From 2cb7cfbfd443a6a5c291a4d9c0a80708c1db87d2 Mon Sep 17 00:00:00 2001 From: Thomas Hirsch <84n4n4@gmail.com> Date: Mon, 22 Apr 2019 18:59:39 +0200 Subject: [PATCH] hotfix-0.9.60 increase versionCode and versionName --- catroid/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/catroid/build.gradle b/catroid/build.gradle index 7c16559296b..d898fc672ab 100644 --- a/catroid/build.gradle +++ b/catroid/build.gradle @@ -186,9 +186,9 @@ android { targetSdkVersion 26 applicationId appId testInstrumentationRunner 'android.support.test.runner.AndroidJUnitRunner' - versionCode 60 + versionCode 61 println "VersionCode is $versionCode" - versionName "0.9.58" + versionName "0.9.60" println "VersionName is $versionName" buildConfigField "String", "GIT_COMMIT_INFO", "\"${getGitCommitInfo()}\"" buildConfigField "String", "MAIN_URL_HTTPS", (project.hasProperty('useWebTest') ? '"https://web-test.catrob.at"' : '"https://share.catrob.at"')