Skip to content

Commit

Permalink
Merge pull request #3201 from 84n4n4/hotfix-0.9.60-updateVersionCodeA…
Browse files Browse the repository at this point in the history
…ndName

hotfix-0.9.60 increase versionCode and versionName
  • Loading branch information
wslany authored Apr 22, 2019
2 parents 34ce3c7 + 2cb7cfb commit 7ca0631
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions catroid/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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"')
Expand Down

0 comments on commit 7ca0631

Please sign in to comment.