File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff 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 {
Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ export const ANIM_DUR = 150
33export const SCREEN_TRANSITION = 300
44export 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
88export const ASK_QN_URL = 'https://t.me/+u6qGi8wPRmAxOGZl'
99export const APP_TG_CHANNEL = 'tg://resolve?domain=tech_triangle'
1010export function ask_a_question ( ) {
You can’t perform that action at this time.
0 commit comments