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 10, 2024
1 parent b7ec27c commit 63e5ad1
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 = 113
versionName = "2024.11.113+1"
versionCode = 114
versionName = "2024.11.114"
versionName = System.getenv("APP_VERSION_NAME") ?: versionName

vectorDrawables {
Expand Down

0 comments on commit 63e5ad1

Please sign in to comment.