Skip to content

Commit

Permalink
set new version and output file name
Browse files Browse the repository at this point in the history
  • Loading branch information
lanrat committed May 4, 2020
1 parent 6b69fac commit 1ac5dc8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Wearable/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,10 @@ android {
applicationId "com.vorsk.minimalin"
minSdkVersion 25
targetSdkVersion 28
versionCode 6
versionName "1.6"
versionCode 7
versionName "1.7"
multiDexEnabled true
setProperty("archivesBaseName", "$applicationId-$versionName")
}
buildTypes {
release {
Expand Down

0 comments on commit 1ac5dc8

Please sign in to comment.