diff --git a/BeeeOn/app/build.gradle b/BeeeOn/app/build.gradle index 020365d3..561ab4dd 100644 --- a/BeeeOn/app/build.gradle +++ b/BeeeOn/app/build.gradle @@ -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") @@ -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"