Skip to content

Commit

Permalink
update app version to 1.7.0 (#630)
Browse files Browse the repository at this point in the history
  • Loading branch information
dreacot committed May 10, 2022
1 parent 2f348e7 commit 99586aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Expand Up @@ -13,7 +13,7 @@ android {
minSdkVersion 23
targetSdkVersion 30
versionCode 20
versionName "v1.6.0"
versionName "v1.7.0"
buildConfigField("String", "BuildDate", "\"${getDate()}\"")
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables.useSupportLibrary = true
Expand Down

0 comments on commit 99586aa

Please sign in to comment.