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

Bump verion and update Changelog.

This commit is contained in:
Tom Hacohen 2018-08-24 13:41:49 +01:00
parent f1aac18142
commit 0e12abbe13
2 changed files with 5 additions and 2 deletions

View File

@ -1,5 +1,8 @@
# Changelog
## Version 0.21.1
* Trigger F-Droid build
## Version 0.21.0
* Add a notification to send email invites whenever an event has atendees.

View File

@ -21,8 +21,8 @@ android {
minSdkVersion 16
targetSdkVersion 26
versionCode 30
versionName "0.21.0"
versionCode 31
versionName "0.21.1"
buildConfigField "long", "buildTime", System.currentTimeMillis() + "L"
buildConfigField "boolean", "customCerts", "true"