Skip to content

Commit

Permalink
1.6.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
yamin8000 committed Mar 20, 2024
1 parent f1589a2 commit 611f222
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 @@ -38,8 +38,8 @@ android {
applicationId = appId
minSdk = 21
targetSdk = 34
versionCode = 39
versionName = "1.6.2"
versionCode = 40
versionName = "1.6.3"
vectorDrawables.useSupportLibrary = true
archivesName = "$applicationId-v$versionCode($versionName)"
}
Expand Down

0 comments on commit 611f222

Please sign in to comment.