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 bc6387c commit f88a4b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ android {
targetSdk = libs.versions.target.sdk.get().toInt()

versionCode = 113
versionName = "2024.11.113"
versionName = "2024.11.113+1"
versionName = System.getenv("APP_VERSION_NAME") ?: versionName

vectorDrawables {
Expand Down

0 comments on commit f88a4b0

Please sign in to comment.