Skip to content

Commit

Permalink
Bump to version 1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Matejčík committed Mar 26, 2017
1 parent 62d26f4 commit a718908
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions BeeeOn/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apply plugin: 'com.android.application'
apply plugin: 'realm-android'
apply plugin: 'android-apt'

project.ext.set("versionName", "1.7.0")
project.ext.set("versionName", "1.8.0")
project.ext.set("supportLibVersion", "23.4.0")
project.ext.set("playServicesVersion", "8.4.0")

Expand All @@ -13,7 +13,7 @@ android {
applicationId "com.rehivetech.beeeon"
minSdkVersion 15
targetSdkVersion 23
versionCode 79
versionCode 80
versionName project.versionName
signingConfig signingConfigs.debug
resConfigs "en", "cs", "sk"
Expand Down

0 comments on commit a718908

Please sign in to comment.