From 5849ed6936f7e2955687a58baca83566edb66b03 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=A1clav=20Uruba?= Date: Tue, 1 Mar 2016 03:28:17 +0100 Subject: [PATCH] =?UTF-8?q?=E2=80=93=20new=20version=20for=20everyone?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 5a55541..9633771 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -8,8 +8,8 @@ android { applicationId "cz.uruba.ets2mpcompanion" minSdkVersion 14 targetSdkVersion 23 - versionCode 26 - versionName "0.26-beta1" + versionCode 27 + versionName "0.26" testInstrumentationRunner "cz.uruba.ets2mpcompanion.test.testrunners.ScreenUnlockedTestRunner" } buildTypes {