File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -103,8 +103,8 @@ android {
103
103
applicationId " com.techtriangle"
104
104
minSdkVersion rootProject. ext. minSdkVersion
105
105
targetSdkVersion rootProject. ext. targetSdkVersion
106
- versionCode 10
107
- versionName " 1.3.1 "
106
+ versionCode 11
107
+ versionName " 1.3.2 "
108
108
}
109
109
110
110
splits {
Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ export const ANIM_DUR = 150
3
3
export const SCREEN_TRANSITION = 300
4
4
export const WEATHER_CACHE_TIME = 1000 * 60 * 10 // 10 minutes
5
5
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
8
8
export const ASK_QN_URL = 'https://t.me/+u6qGi8wPRmAxOGZl'
9
9
export const APP_TG_CHANNEL = 'tg://resolve?domain=tech_triangle'
10
10
export function ask_a_question ( ) {
You can’t perform that action at this time.
0 commit comments