Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/bitfireAT/davx5-ose.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRicki Hirner <hirner@bitfire.at>2019-05-06 20:38:53 +0300
committerRicki Hirner <hirner@bitfire.at>2019-05-06 22:42:11 +0300
commit17cf4a62890ba05fe06882d3de0aa9625b39139b (patch)
treef4fe6339b9d91c0ce6ee51a1f8640eddd8a894e2
parentac8558ce6a61ca2fecc4bda605da968fe737484b (diff)
Version bump to 2.5-beta1v2.5-beta1-ose
-rw-r--r--app/build.gradle4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 5d2dfdec..3df54add 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -19,7 +19,7 @@ android {
defaultConfig {
applicationId "at.bitfire.davdroid"
- versionCode 283
+ versionCode 285
buildConfigField "long", "buildTime", System.currentTimeMillis() + "L"
buildConfigField "boolean", "customCerts", "true"
@@ -43,7 +43,7 @@ android {
flavorDimensions "distribution"
productFlavors {
standard {
- versionName "2.4.1-beta1-ose"
+ versionName "2.5-beta1-ose"
}
}