Skip to content

Commit 1ecac2f

Browse files
committed
Use fixed versionCode
The reasons for using a dynamic one don't exist here since the repo is not used for dev.
1 parent 686fc7c commit 1ecac2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

collect_app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ android {
7878
applicationId('org.koboc.collect.android')
7979
minSdkVersion rootProject.androidMinSdk
8080
targetSdkVersion rootProject.androidTargetSdk
81-
versionCode LEGACY_BUILD_NUMBER_OFFSET + getMasterCommitCount()
81+
versionCode 4130
8282
versionName getVersionName()
8383
testInstrumentationRunner('androidx.test.runner.AndroidJUnitRunner')
8484
multiDexEnabled true

0 commit comments

Comments
 (0)