Skip to content

Commit

Permalink
Release version 0.15
Browse files Browse the repository at this point in the history
  • Loading branch information
Teester committed Mar 26, 2018
1 parent 2be37e6 commit 245e427
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ android {
applicationId 'com.teester.whatsnearby'
minSdkVersion 21
targetSdkVersion 27
versionCode 14
versionCode 15
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"

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

0 comments on commit 245e427

Please sign in to comment.