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:
parent
ee11b82fe5
commit
6a177b1b7e
@ -1,5 +1,8 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## Version 0.21.4
|
||||||
|
* Fix previous broken build because of bad submodules.
|
||||||
|
|
||||||
## Version 0.21.3
|
## Version 0.21.3
|
||||||
* Fix issue with events being saved with both duration and an end date.
|
* Fix issue with events being saved with both duration and an end date.
|
||||||
|
|
||||||
|
@ -21,8 +21,8 @@ android {
|
|||||||
minSdkVersion 16
|
minSdkVersion 16
|
||||||
targetSdkVersion 26
|
targetSdkVersion 26
|
||||||
|
|
||||||
versionCode 33
|
versionCode 34
|
||||||
versionName "0.21.3"
|
versionName "0.21.4"
|
||||||
|
|
||||||
buildConfigField "long", "buildTime", System.currentTimeMillis() + "L"
|
buildConfigField "long", "buildTime", System.currentTimeMillis() + "L"
|
||||||
buildConfigField "boolean", "customCerts", "true"
|
buildConfigField "boolean", "customCerts", "true"
|
||||||
|
Loading…
Reference in New Issue
Block a user