Skip to content

Commit

Permalink
increment version
Browse files Browse the repository at this point in the history
  • Loading branch information
solrudev committed Jun 6, 2024
1 parent e396449 commit 5a608a7
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 = 59
versionName = "2.0.17"
versionCode = 60
versionName = "2.0.18"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables.useSupportLibrary = true
resourceConfigurations += setOf("en", "ru")
Expand Down

0 comments on commit 5a608a7

Please sign in to comment.