Skip to content

Commit 4da1d0e

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 2ebc5ec commit 4da1d0e

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
@@ -79,7 +79,7 @@ android {
7979
applicationId('org.koboc.collect.android')
8080
minSdkVersion Versions.android_min_sdk
8181
targetSdkVersion Versions.android_target_sdk
82-
versionCode LEGACY_BUILD_NUMBER_OFFSET + getMasterCommitCount()
82+
versionCode 4136
8383
versionName getVersionName()
8484
testInstrumentationRunner('androidx.test.runner.AndroidJUnitRunner')
8585
multiDexEnabled true

0 commit comments

Comments
 (0)