Bump version to 0.8.1 and update changelog.

pull/2/head v0.8.1
Tom Hacohen 7 years ago
parent 116094c7b9
commit 0ebfa9cfbd

@ -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.

@ -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"
}
}

Loading…
Cancel
Save