Skip to content

Commit

Permalink
Prepare for v1.0.27 release
Browse files Browse the repository at this point in the history
  • Loading branch information
wseemann committed Sep 25, 2024
1 parent 6c91e83 commit 1738b16
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ android {
compileSdk versions.get("compileSdkVersion")
minSdkVersion versions.get("minSdkVersion")
targetSdkVersion versions.get("targetSdkVersion")
versionCode 26
versionName "1.0.26"
versionCode 27
versionName "1.0.27"
}
buildTypes {
getByName("release") {
Expand Down

0 comments on commit 1738b16

Please sign in to comment.