Skip to content

Commit

Permalink
1.0.16 release
Browse files Browse the repository at this point in the history
  • Loading branch information
yamin8000 committed Apr 30, 2024
1 parent 1a3f33d commit fb5b203
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 @@ -40,8 +40,8 @@ android {
applicationId = appId
minSdk = 24
targetSdk = 34
versionCode = 15
versionName = "1.0.15"
versionCode = 16
versionName = "1.0.16"
vectorDrawables.useSupportLibrary = true
archivesName = "$applicationId-v$versionCode($versionName)"
}
Expand Down

0 comments on commit fb5b203

Please sign in to comment.