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>2017-10-25 21:42:28 +0300
committerRicki Hirner <hirner@bitfire.at>2017-10-25 21:42:28 +0300
commit4a201b81ae8c0da53e73ceb60564c8d419c44af0 (patch)
tree317c81d8afdb7ed0ebb8a67be2da68603f3126ce
parentd54ea0edadaf330c719081d26598640972e0bbcc (diff)
Version bump to 1.9.1v1.9.1
-rw-r--r--README.md38
-rw-r--r--app/build.gradle12
2 files changed, 6 insertions, 44 deletions
diff --git a/README.md b/README.md
deleted file mode 100644
index 67a73c8d..00000000
--- a/README.md
+++ /dev/null
@@ -1,38 +0,0 @@
-
-[![build status](https://gitlab.com/bitfireAT/davdroid/badges/master/build.svg)](https://gitlab.com/bitfireAT/davdroid/commits/master)
-
-
-DAVdroid
-========
-
-Please see the [DAVdroid Web site](https://davdroid.bitfire.at) for
-comprehensive information about DAVdroid.
-
-DAVdroid is licensed under the [GPLv3 License](LICENSE).
-
-News and updates: [@davdroidapp](https://twitter.com/davdroidapp) on Twitter /
-[davdroid-announce](https://davdroid.bitfire.at/download/newsletter/) mailing list
-
-Help and discussion: [DAVdroid forums](https://davdroid.bitfire.at/forums)
-
-**If you want to support DAVdroid, please consider [donating to DAVdroid](https://davdroid.bitfire.at/donate/)
-or [purchasing it](https://davdroid.bitfire.at/download/).**
-
-Parts of DAVdroid have been outsourced into these libraries:
-
-* [cert4android](https://gitlab.com/bitfireAT/cert4android) – custom certificate management
-* [dav4android](https://gitlab.com/bitfireAT/dav4android) – WebDAV/CalDav/CardDAV framework
-* [ical4android](https://gitlab.com/bitfireAT/ical4android) – iCalendar processing and Calendar Provider access
-* [vcard4android](https://gitlab.com/bitfireAT/vcard4android) – VCard processing and Contacts Provider access
-
-
-USED THIRD-PARTY LIBRARIES
-==========================
-
-Those libraries are used by DAVdroid (alphabetically):
-
-* [dnsjava](http://www.xbill.org/dnsjava/) – [BSD License](http://www.xbill.org/dnsjava/dnsjava-current/LICENSE)
-* [ez-vcard](https://code.google.com/p/ez-vcard/) – [New BSD License](http://opensource.org/licenses/BSD-3-Clause)
-* [iCal4j](http://ical4j.sourceforge.net/) – [New BSD License](http://sourceforge.net/p/ical4j/ical4j/ci/default/tree/LICENSE)
-* [okhttp](https://square.github.io/okhttp/) – [Apache License, Version 2.0](https://square.github.io/okhttp/#license)
-* [Project Lombok](http://projectlombok.org/) – [MIT License](http://opensource.org/licenses/mit-license.php)
diff --git a/app/build.gradle b/app/build.gradle
index 8bdf01a4..08960004 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -18,7 +18,7 @@ android {
applicationId "at.bitfire.davdroid"
resValue "string", "packageID", applicationId
- versionCode 182
+ versionCode 183
buildConfigField "long", "buildTime", System.currentTimeMillis() + "L"
minSdkVersion 16
@@ -29,7 +29,7 @@ android {
productFlavors {
standard {
- versionName "1.9"
+ versionName "1.9.1"
buildConfigField "boolean", "customCerts", "true"
}
managed {
@@ -37,25 +37,25 @@ android {
resValue "string", "packageID", applicationId
minSdkVersion 21
- versionName "1.9"
+ versionName "1.9.1-mgd"
}
gplay {
- versionName "1.9-gplay"
+ versionName "1.9.1-gplay"
buildConfigField "boolean", "customCerts", "true"
}
icloud {
applicationId "at.bitfire.cloudsync"
resValue "string", "packageID", applicationId
- versionName "1.9-cloud"
+ versionName "1.9.1-cloud"
}
soldupe {
applicationId "com.soldupe.cloudsync"
resValue "string", "packageID", applicationId
minSdkVersion 21
- versionName "1.9-soldupe"
+ versionName "1.9.1-soldupe"
}
}