Skip to content

Commit

Permalink
Merge pull request #1438 from thmq/UpdateVersion
Browse files Browse the repository at this point in the history
Increase Version Code
  • Loading branch information
thmq committed Nov 30, 2015
2 parents f30105e + 9938bd9 commit e5fbc2b
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 e5fbc2b

Please sign in to comment.