Skip to content

Commit

Permalink
increment version
Browse files Browse the repository at this point in the history
  • Loading branch information
solrudev committed Sep 24, 2024
1 parent e2bd0b1 commit 10aaea8
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 @@ -50,8 +50,8 @@ android {
applicationId = packageName
minSdk = 19
targetSdk = 34
versionCode = 62
versionName = "2.0.20"
versionCode = 63
versionName = "2.0.21"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables.useSupportLibrary = true
resourceConfigurations += setOf("en", "ru")
Expand Down

0 comments on commit 10aaea8

Please sign in to comment.