From 0209a769d579b7ba98f055d99232d54ab4a4d584 Mon Sep 17 00:00:00 2001 From: david Date: Wed, 11 Jul 2018 22:43:02 +0300 Subject: [PATCH] bumps up to 0.1.6 16 --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 52d7425..a0d26a3 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -12,8 +12,8 @@ android { applicationId "com.dleibovych.epictale" minSdkVersion 21 targetSdkVersion 27 - versionCode 15 - versionName "0.1.5_beta" + versionCode 16 + versionName "0.1.6_beta" resValue "string", "tray__authority", "${applicationId}.tray" vectorDrawables.useSupportLibrary = true }