From 38b531b906e46bddc6d07e1a6e8632ecd3d52978 Mon Sep 17 00:00:00 2001 From: Przemek Zygmunt Date: Sat, 11 May 2019 17:58:44 +0200 Subject: [PATCH] Version increment --- app/app.iml | 10 ++++++++++ app/build.gradle | 4 ++-- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/app/app.iml b/app/app.iml index f77859d6c..49e9f64e8 100644 --- a/app/app.iml +++ b/app/app.iml @@ -86,16 +86,26 @@ + + + + + + + + + + diff --git a/app/build.gradle b/app/build.gradle index 25cce5cd5..0fbdf3d6c 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -9,8 +9,8 @@ android { applicationId "org.supla.android" minSdkVersion Integer.parseInt(project.ANDROID_BUILD_MIN_SDK_VERSION) targetSdkVersion Integer.parseInt(project.ANDROID_BUILD_TARGET_SDK_VERSION) - versionCode 51 - versionName "2.3.0" + versionCode 52 + versionName "2.3.1" sourceSets.main { jniLibs.srcDir 'src/main/libs'