1
0
mirror of https://github.com/etesync/android synced 2025-04-15 23:06:15 +00:00

Bump version to 0.8.1 and update changelog.

This commit is contained in:
Tom Hacohen 2017-02-22 17:54:17 +00:00
parent 116094c7b9
commit 0ebfa9cfbd
2 changed files with 6 additions and 2 deletions

View File

@ -1,4 +1,8 @@
# Changelog
## Version 0.8.1
* Request permissions on app launch instead of only when needed.
* Update vcard4droid and ical4droid.
## Version 0.8.0
* Initial release.

View File

@ -18,7 +18,7 @@ android {
minSdkVersion 15
targetSdkVersion 25
versionCode 1
versionCode 2
buildConfigField "long", "buildTime", System.currentTimeMillis() + "L"
buildConfigField "boolean", "customCerts", "true"
@ -26,7 +26,7 @@ android {
productFlavors {
standard {
versionName "0.8.0"
versionName "0.8.1"
}
}