Skip to content

Commit

Permalink
[Android] Change build base code
Browse files Browse the repository at this point in the history
  • Loading branch information
proninyaroslav committed Aug 6, 2024
1 parent d9aa937 commit 4eafcce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ android {
}

project.ext.versionCodes = ['armeabi-v7a': 1, 'arm64-v8a': 2, 'x86_64': 3]
def baseCode = 5000
def baseCode = 6000
applicationVariants.configureEach { variant ->
outputs.configureEach { output ->
versionCodeOverride =
Expand Down

0 comments on commit 4eafcce

Please sign in to comment.