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 @@ -102,8 +102,8 @@ android {
102102 applicationId " com.abinash"
103103 minSdkVersion rootProject. ext. minSdkVersion
104104 targetSdkVersion rootProject. ext. targetSdkVersion
105- versionCode 1
106- versionName " 1.0"
105+ versionCode 3
106+ versionName " 1.1. 0"
107107 }
108108
109109 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.0.1 '
7- export const APP_VERSION_CODE = 2
6+ export const APP_VERSION = '1.1.0 '
7+ export const APP_VERSION_CODE = 3
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