Update Changelog and bump version

pull/40/head v0.21.4
Tom Hacohen 6 years ago
parent ee11b82fe5
commit 6a177b1b7e

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

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

Loading…
Cancel
Save