Skip to content

Commit

Permalink
Bump version to 1.12.2
Browse files Browse the repository at this point in the history
This just increments the version code to 31. I accidentally uploaded an
APK rather than an AAB for version 30 and it appears I cannot undo this.
  • Loading branch information
blinskey committed Mar 14, 2024
1 parent b1196e8 commit 9e67882
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions GreekReference/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ android {
defaultConfig {
minSdkVersion 14
targetSdkVersion 33
versionCode 30
versionName "1.12.1"
versionCode 31
versionName "1.12.2"
}
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
Expand Down

0 comments on commit 9e67882

Please sign in to comment.