Skip to content

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
zyrouge committed Dec 14, 2024
1 parent bd6fa95 commit b134bfb
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 = 114
versionName = "2024.11.114"
versionCode = 115
versionName = "2024.12.115"
versionName = System.getenv("APP_VERSION_NAME") ?: versionName

vectorDrawables {
Expand Down

0 comments on commit b134bfb

Please sign in to comment.