Skip to content

Commit

Permalink
Release version 0.16
Browse files Browse the repository at this point in the history
  • Loading branch information
Teester committed Apr 10, 2018
1 parent 2d69ff4 commit 248e415
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 15
versionName '0.15'
versionCode 16
versionName '0.16'
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"

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

0 comments on commit 248e415

Please sign in to comment.