Skip to content

Commit d5697c3

Browse files
committed
Bump version to 1.3.2 and update version code to 11
1 parent 88b821d commit d5697c3

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

android/app/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,8 @@ android {
103103
applicationId "com.techtriangle"
104104
minSdkVersion rootProject.ext.minSdkVersion
105105
targetSdkVersion rootProject.ext.targetSdkVersion
106-
versionCode 10
107-
versionName "1.3.1"
106+
versionCode 11
107+
versionName "1.3.2"
108108
}
109109

110110
splits {

src/utils/constants.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ export const ANIM_DUR = 150
33
export const SCREEN_TRANSITION = 300
44
export const WEATHER_CACHE_TIME = 1000 * 60 * 10 // 10 minutes
55

6-
export const APP_VERSION = '1.3.1'
7-
export const APP_VERSION_CODE = 10
6+
export const APP_VERSION = '1.3.2'
7+
export const APP_VERSION_CODE = 11
88
export const ASK_QN_URL = 'https://t.me/+u6qGi8wPRmAxOGZl'
99
export const APP_TG_CHANNEL = 'tg://resolve?domain=tech_triangle'
1010
export function ask_a_question() {

0 commit comments

Comments
 (0)