From 4a4551e91b43c4805bccc7570f77062b25b293df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20W=C3=BCrl?= Date: Sun, 6 May 2018 20:32:05 +0200 Subject: [PATCH] prepare release --- app/build.gradle | 4 ++-- app/src/main/res/values/strings.xml | 2 +- .../android/app/components/VersionComponentTest.kt | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 531080f2..409cf9c0 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -11,8 +11,8 @@ android { applicationId "org.blitzortung.android.app" minSdkVersion 9 targetSdkVersion 25 - versionCode 200 - versionName "1.6.1" + versionCode 201 + versionName "1.6.2" multiDexEnabled true } buildTypes { diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 32c9a9b2..681ef5e7 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -24,7 +24,7 @@ Polish by Jakub Świątkiewicz (kuba.dex@gmail.com)\n Italian by Michele Locati (michele@locati.it)\n - © 2011–2017, Andreas Würl + © 2011–2018, Andreas Würl blitzortung@tryb.de Legend total time diff --git a/app/src/test/java/org/blitzortung/android/app/components/VersionComponentTest.kt b/app/src/test/java/org/blitzortung/android/app/components/VersionComponentTest.kt index d3e5359d..6a794a1c 100644 --- a/app/src/test/java/org/blitzortung/android/app/components/VersionComponentTest.kt +++ b/app/src/test/java/org/blitzortung/android/app/components/VersionComponentTest.kt @@ -61,7 +61,7 @@ class VersionComponentTest { } companion object { - val CURRENT_VERSION_CODE = 200 - val CURRENT_VERSION_NAME = "1.6.1" + val CURRENT_VERSION_CODE = 201 + val CURRENT_VERSION_NAME = "1.6.2" } } \ No newline at end of file