From c46bf2ebf6ab1b13ab3af75a3ff740d13088ad9f Mon Sep 17 00:00:00 2001 From: "Vicente J. Ruiz Jurado" Date: Tue, 21 Aug 2018 20:58:31 +0200 Subject: [PATCH] version 1.9 --- 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 070fb6f..26178e4 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 8 - versionName "1.8" + versionCode 9 + versionName "1.9" testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" }