Skip to content

Commit

Permalink
Merge pull request #1439 from Catrobat/master
Browse files Browse the repository at this point in the history
Merge hotfixed version of master
  • Loading branch information
thmq committed Dec 2, 2015
2 parents 4ec13ac + e5fbc2b commit aa3ef8f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -153,9 +153,9 @@ android {
applicationId 'org.catrobat.catroid'
testApplicationId "org.catrobat.catroid.test"
testInstrumentationRunner 'pl.polidea.instrumentation.PolideaInstrumentationTestRunner'
versionCode 26
versionCode 27
println "VersionCode is " + versionCode
versionName "0.9.19"
versionName "0.9.20"
println "VersionName is " + versionName
buildConfigField "String", "GIT_DESCRIBE", "\"${versionName}\""
buildConfigField "String", "GIT_CURRENT_BRANCH", "\"${getCurrentGitBranch()}\""
Expand Down

0 comments on commit aa3ef8f

Please sign in to comment.