Skip to content

Commit

Permalink
Release version 0.18
Browse files Browse the repository at this point in the history
  • Loading branch information
Teester committed Sep 15, 2018
1 parent 5d96998 commit db5e425
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ android {
applicationId 'com.teester.whatsnearby'
minSdkVersion 21
targetSdkVersion 27
versionCode 17
versionName '0.17'
versionCode 18
versionName '0.18'
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"

}
Expand All @@ -52,7 +52,7 @@ android {
flavor.versionName = getVersionName()
} else {
//set properties for release
flavor.versionName = "0.17"
flavor.versionName = "0.18"
variant.outputs.all {
outputFileName = "whatsnearby-" + flavor.versionName + "-release.apk"
}
Expand Down

0 comments on commit db5e425

Please sign in to comment.