1
0
mirror of https://github.com/etesync/android synced 2025-02-02 10:51:10 +00:00

Update Changelog and bump version

This commit is contained in:
Tom Hacohen 2018-09-06 16:45:28 +01:00
parent ee11b82fe5
commit 6a177b1b7e
2 changed files with 5 additions and 2 deletions

View File

@ -1,5 +1,8 @@
# Changelog
## Version 0.21.4
* Fix previous broken build because of bad submodules.
## Version 0.21.3
* Fix issue with events being saved with both duration and an end date.

View File

@ -21,8 +21,8 @@ android {
minSdkVersion 16
targetSdkVersion 26
versionCode 33
versionName "0.21.3"
versionCode 34
versionName "0.21.4"
buildConfigField "long", "buildTime", System.currentTimeMillis() + "L"
buildConfigField "boolean", "customCerts", "true"