From e70791dc2f0d77a051d7b80c944b80ade6ae180a Mon Sep 17 00:00:00 2001 From: AdrianLxM Date: Tue, 1 May 2018 18:07:08 +0200 Subject: [PATCH] gradle rc2 --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 3da24de7a9..73a9dc5ac3 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -63,7 +63,7 @@ android { targetSdkVersion 25 multiDexEnabled true versionCode 1500 - version "2.0-releasecandidate1" + version "2.0-releasecandidate2" buildConfigField "String", "VERSION", '"' + version + '"' buildConfigField "String", "BUILDVERSION", generateGitBuild() testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" @@ -263,4 +263,4 @@ task full_clean(type: Delete) { } clean.dependsOn full_clean -preBuild.dependsOn copyLibs \ No newline at end of file +preBuild.dependsOn copyLibs