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 686fc7c commit 1ecac2fCopy full SHA for 1ecac2f
collect_app/build.gradle
@@ -78,7 +78,7 @@ android {
78
applicationId('org.koboc.collect.android')
79
minSdkVersion rootProject.androidMinSdk
80
targetSdkVersion rootProject.androidTargetSdk
81
- versionCode LEGACY_BUILD_NUMBER_OFFSET + getMasterCommitCount()
+ versionCode 4130
82
versionName getVersionName()
83
testInstrumentationRunner('androidx.test.runner.AndroidJUnitRunner')
84
multiDexEnabled true
0 commit comments