We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be351e3 commit 9409aacCopy full SHA for 9409aac
build.gradle
@@ -1,6 +1,7 @@
1
buildscript {
2
ext {
3
appVersion = "0.4.3"
4
+ appCode = 150
5
minSdk = 26
6
targetSdk = 33
7
}
gradle/common.gradle
@@ -7,7 +7,7 @@ android {
defaultConfig {
8
minSdk rootProject.ext.minSdk
9
targetSdk rootProject.ext.targetSdk
10
- versionCode getApplicationVersionCode()
+ versionCode rootProject.ext.appCode
11
versionName rootProject.ext.appVersion
12
13
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
0 commit comments