Skip to content

Commit

Permalink
chore: version
Browse files Browse the repository at this point in the history
  • Loading branch information
zyrouge committed Apr 20, 2024
1 parent 0aef5ea commit 5b0aa16
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 @@ -12,8 +12,8 @@ android {
minSdk = libs.versions.min.sdk.get().toInt()
targetSdk = libs.versions.target.sdk.get().toInt()

versionCode = 110
versionName = "2024.3.110"
versionCode = 111
versionName = "2024.4.111"
versionName = System.getenv("APP_VERSION_NAME") ?: versionName

vectorDrawables {
Expand Down

0 comments on commit 5b0aa16

Please sign in to comment.