Skip to content

Commit da167e3

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 8c791cd commit da167e3

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
@@ -75,7 +75,7 @@ android {
7575
applicationId('org.koboc.collect.android')
7676
minSdkVersion Versions.android_min_sdk
7777
targetSdkVersion Versions.android_target_sdk
78-
versionCode LEGACY_BUILD_NUMBER_OFFSET + getMasterCommitCount()
78+
versionCode 4138
7979
versionName getVersionName()
8080
testInstrumentationRunner('androidx.test.runner.AndroidJUnitRunner')
8181
multiDexEnabled true

0 commit comments

Comments
 (0)