mirror of
https://github.com/etesync/android
synced 2025-06-25 09:22:37 +00:00
Bump version to 0.8.1 and update changelog.
This commit is contained in:
parent
116094c7b9
commit
0ebfa9cfbd
@ -1,4 +1,8 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## Version 0.8.1
|
||||||
|
* Request permissions on app launch instead of only when needed.
|
||||||
|
* Update vcard4droid and ical4droid.
|
||||||
|
|
||||||
## Version 0.8.0
|
## Version 0.8.0
|
||||||
* Initial release.
|
* Initial release.
|
||||||
|
@ -18,7 +18,7 @@ android {
|
|||||||
minSdkVersion 15
|
minSdkVersion 15
|
||||||
targetSdkVersion 25
|
targetSdkVersion 25
|
||||||
|
|
||||||
versionCode 1
|
versionCode 2
|
||||||
|
|
||||||
buildConfigField "long", "buildTime", System.currentTimeMillis() + "L"
|
buildConfigField "long", "buildTime", System.currentTimeMillis() + "L"
|
||||||
buildConfigField "boolean", "customCerts", "true"
|
buildConfigField "boolean", "customCerts", "true"
|
||||||
@ -26,7 +26,7 @@ android {
|
|||||||
|
|
||||||
productFlavors {
|
productFlavors {
|
||||||
standard {
|
standard {
|
||||||
versionName "0.8.0"
|
versionName "0.8.1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user