Skip to content

Commit 9409aac

Browse files
committed
Update versionCode
1 parent be351e3 commit 9409aac

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
buildscript {
22
ext {
33
appVersion = "0.4.3"
4+
appCode = 150
45
minSdk = 26
56
targetSdk = 33
67
}

gradle/common.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ android {
77
defaultConfig {
88
minSdk rootProject.ext.minSdk
99
targetSdk rootProject.ext.targetSdk
10-
versionCode getApplicationVersionCode()
10+
versionCode rootProject.ext.appCode
1111
versionName rootProject.ext.appVersion
1212

1313
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"

0 commit comments

Comments
 (0)