From 19052cb4d76fb3cd897bd74a5fcd24cd4aec3ae3 Mon Sep 17 00:00:00 2001 From: Guillaume Husta Date: Tue, 25 Jul 2017 18:35:44 +0200 Subject: [PATCH] Rename v1.0.0-rc.2 to v1.0.0 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index ff9c70f..98295c3 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -18,7 +18,7 @@ android { minSdkVersion 17 // JB 4.2 targetSdkVersion 23 // M versionCode 6 - versionName "1.0.0-rc.2" + versionName "1.0.0" testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" } compileOptions {