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>2018-03-29 15:40:02 +0300
committerRicki Hirner <hirner@bitfire.at>2018-03-29 15:40:02 +0300
commitd694b480c46e44b06acf89a445345f024520a15c (patch)
treea18c790054106724cccb35f921a8759b7ec2475d
parentafc02d5ab58c600ed0fac1426b75d484de8cd60d (diff)
Version bump to 1.11-rc1v1.11-rc1
-rw-r--r--app/build.gradle12
1 files changed, 6 insertions, 6 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 8218f61f..1d0a892c 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -19,7 +19,7 @@ android {
applicationId "at.bitfire.davdroid"
resValue "string", "packageID", applicationId
- versionCode 210
+ versionCode 211
buildConfigField "long", "buildTime", System.currentTimeMillis() + "L"
minSdkVersion 19 // Android 4.4
@@ -37,13 +37,13 @@ android {
productFlavors {
standard {
dimension "type"
- versionName "1.11-beta2"
+ versionName "1.11-rc1"
buildConfigField "boolean", "customCerts", "true"
}
managed {
dimension "type"
- versionName "1.11-beta2-mgd"
+ versionName "1.11-rc1-mgd"
applicationId "com.davdroid.managed"
resValue "string", "packageID", applicationId
@@ -55,20 +55,20 @@ android {
gplay {
dimension "type"
- versionName "1.11-beta2-gplay"
+ versionName "1.11-rc1-gplay"
buildConfigField "boolean", "customCerts", "true"
}
icloud {
dimension "type"
- versionName "1.11-beta2-cloud"
+ versionName "1.11-rc1-cloud"
applicationId "at.bitfire.cloudsync"
resValue "string", "packageID", applicationId
}
soldupe {
dimension "type"
- versionName "1.11-beta2-soldupe"
+ versionName "1.11-rc1-soldupe"
applicationId "com.soldupe.cloudsync"
resValue "string", "packageID", applicationId