Skip to content

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
zyrouge committed Nov 3, 2024
1 parent 373fc48 commit 73da382
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ android {
minSdk = libs.versions.min.sdk.get().toInt()
targetSdk = libs.versions.target.sdk.get().toInt()

versionCode = 111
versionName = "2024.4.111"
versionCode = 112
versionName = "2024.11.112"
versionName = System.getenv("APP_VERSION_NAME") ?: versionName

vectorDrawables {
Expand Down

0 comments on commit 73da382

Please sign in to comment.