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:
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…
Reference in New Issue
Block a user