Skip to content

Commit

Permalink
increase version
Browse files Browse the repository at this point in the history
  • Loading branch information
solrudev committed Jun 27, 2023
1 parent f4dfb1e commit 616ebb8
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 {
minSdk = 19
@SuppressLint("OldTargetApi")
targetSdk = 32
versionCode = 48
versionName = "2.0.6"
versionCode = 49
versionName = "2.0.7"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables.useSupportLibrary = true
}
Expand Down

0 comments on commit 616ebb8

Please sign in to comment.