Skip to content

Commit

Permalink
Merge pull request #3140 from Catrobat/hotfix-0.9.50
Browse files Browse the repository at this point in the history
Hotfix-0.9.50 to master
  • Loading branch information
wslany authored Mar 8, 2019
2 parents 134aa9f + c8585ca commit 224b1ff
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions catroid/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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"')
Expand Down Expand Up @@ -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 {
Expand Down

0 comments on commit 224b1ff

Please sign in to comment.