Skip to content

Commit

Permalink
build(android): fix version code
Browse files Browse the repository at this point in the history
  • Loading branch information
johannesjo committed Dec 19, 2024
1 parent 3e9bdf1 commit e1d0114
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 @@ -20,7 +20,7 @@ android {
minSdkVersion 24
targetSdkVersion 34
compileSdk 34
versionCode 110002_02_99
versionCode 11_00_02
versionName "11.0.2"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
manifestPlaceholders = [
Expand Down

0 comments on commit e1d0114

Please sign in to comment.