From 7424e7f1008f3398dc5d0ebc7b88188dad901d9e Mon Sep 17 00:00:00 2001 From: thmq Date: Fri, 8 Mar 2019 12:21:31 +0100 Subject: [PATCH 1/2] HOTFIX-0.9.50 Increase version code and name --- catroid/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/catroid/build.gradle b/catroid/build.gradle index ca9e9841a74..cd9adf19da3 100644 --- a/catroid/build.gradle +++ b/catroid/build.gradle @@ -166,9 +166,9 @@ android { targetSdkVersion 26 applicationId appId testInstrumentationRunner 'android.support.test.runner.AndroidJUnitRunner' - versionCode 55 + versionCode 56 println "VersionCode is $versionCode" - versionName "0.9.48" + versionName "0.9.50" 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"') From 618452688566ce2ddd3fb8646e1232ce6a17832d Mon Sep 17 00:00:00 2001 From: Thomas Schwengler Date: Fri, 8 Mar 2019 14:26:41 +0100 Subject: [PATCH 2/2] HOTFIX: Update Paintroid version --- catroid/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/catroid/build.gradle b/catroid/build.gradle index cd9adf19da3..abede83b378 100644 --- a/catroid/build.gradle +++ b/catroid/build.gradle @@ -347,7 +347,7 @@ ext { mockitoVersion = "2.8.47" espressoVersion = "3.0.1" supportLibraryVersion = "27.1.0" - paintroidVersion = "2.3.0" + paintroidVersion = "2.3.1" } configurations {