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 00658c2 commit 69c3418Copy full SHA for 69c3418
1 file changed
android/app/build.gradle
@@ -7,7 +7,7 @@ android {
7
applicationId "com.paperknife.app"
8
minSdkVersion rootProject.ext.minSdkVersion
9
targetSdkVersion rootProject.ext.targetSdkVersion
10
- versionCode System.getenv("ANDROID_VERSION_CODE") ? System.getenv("ANDROID_VERSION_CODE").toInteger() : 10
+ versionCode 100
11
versionName "1.0.0"
12
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
13
aaptOptions {
0 commit comments