From d7f3a0e2448edbaf9b8148b270d78ac5d53fcccc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lu=C3=ADs=20Ferreira?= Date: Fri, 22 Feb 2019 19:41:42 +0000 Subject: [PATCH] change versionName MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Luís Ferreira --- android/app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/app/build.gradle b/android/app/build.gradle index 37534ac..f25987c 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -37,7 +37,7 @@ android { minSdkVersion 16 targetSdkVersion 27 versionCode 1 - versionName "1.0.0" + versionName "0.1.0" testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" }