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-01-15 22:54:34 +0300
committerRicki Hirner <hirner@bitfire.at>2018-01-15 22:54:34 +0300
commitbc4f4b5dfd3b329a9798b1369f0719ad08d5a85f (patch)
tree5802974916ea764f399c338a2528e9ab7dba839c
parentdbd5bde45879c4ecd6917fde53784be7e375ab2a (diff)
Version bump to 1.10-betav1.10-beta
-rw-r--r--app/build.gradle12
1 files changed, 6 insertions, 6 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 82a08af2..b956a7bb 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -19,7 +19,7 @@ android {
applicationId "at.bitfire.davdroid"
resValue "string", "packageID", applicationId
- versionCode 201
+ versionCode 202
buildConfigField "long", "buildTime", System.currentTimeMillis() + "L"
minSdkVersion 19 // Android 4.4
@@ -37,13 +37,13 @@ android {
productFlavors {
standard {
dimension "type"
- versionName "1.9.10"
+ versionName "1.10-beta"
buildConfigField "boolean", "customCerts", "true"
}
managed {
dimension "type"
- versionName "1.9.10-mgd"
+ versionName "1.10-beta-mgd"
applicationId "com.davdroid.managed"
resValue "string", "packageID", applicationId
@@ -55,20 +55,20 @@ android {
gplay {
dimension "type"
- versionName "1.9.10-beta-gplay"
+ versionName "1.10-beta-gplay"
buildConfigField "boolean", "customCerts", "true"
}
icloud {
dimension "type"
- versionName "1.9.10-cloud"
+ versionName "1.10-beta-cloud"
applicationId "at.bitfire.cloudsync"
resValue "string", "packageID", applicationId
}
soldupe {
dimension "type"
- versionName "1.9.10-soldupe"
+ versionName "1.10-beta-soldupe"
applicationId "com.soldupe.cloudsync"
resValue "string", "packageID", applicationId