Skip to content

Commit

Permalink
Version bump to 1.9.10
Browse files Browse the repository at this point in the history
  • Loading branch information
rfc2822 committed Jan 3, 2018
1 parent e2ca9eb commit dd3b326
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ android {
defaultConfig {
applicationId "at.bitfire.davdroid"

versionCode 199
versionCode 201
buildConfigField "long", "buildTime", System.currentTimeMillis() + "L"
buildConfigField "boolean", "customCerts", "true"

Expand All @@ -33,7 +33,7 @@ android {

productFlavors {
standard {
versionName "1.9.9-ose"
versionName "1.9.10-ose"

buildConfigField "boolean", "customCerts", "true"
buildConfigField "boolean", "customCertsUI", "true"
Expand Down

0 comments on commit dd3b326

Please sign in to comment.