From 2bcdb7e77c75b1fe9cdade84189b2e5347956a56 Mon Sep 17 00:00:00 2001 From: "Vicente J. Ruiz Jurado" Date: Wed, 15 Aug 2018 07:04:20 +0200 Subject: [PATCH] version 1.8 --- android/app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/android/app/build.gradle b/android/app/build.gradle index ddd7e38..070fb6f 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -30,8 +30,8 @@ android { applicationId "org.comunes.fires" minSdkVersion 16 targetSdkVersion 27 - versionCode 7 - versionName "1.7" + versionCode 8 + versionName "1.8" testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" }