From 8f17ecdd893f7c2366cc94c7a7435de3a8e6bacc Mon Sep 17 00:00:00 2001 From: Milos Kozak Date: Tue, 25 Oct 2016 23:40:03 +0200 Subject: [PATCH] version bump 1.0.19 --- .idea/misc.xml | 2 +- app/build.gradle | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.idea/misc.xml b/.idea/misc.xml index 5d19981032..fbb68289f4 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -37,7 +37,7 @@ - + diff --git a/app/build.gradle b/app/build.gradle index b728d4f1ae..266ca98aec 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -23,8 +23,8 @@ android { applicationId "info.nightscout.androidaps" minSdkVersion 21 targetSdkVersion 23 - versionCode 1018 - versionName "1.0.18" + versionCode 1019 + versionName "1.0.19" } lintOptions { disable 'MissingTranslation'