mirror of
https://github.com/etesync/android
synced 2025-02-09 06:02:42 +00:00
Bump verion and update Changelog.
This commit is contained in:
parent
f1aac18142
commit
0e12abbe13
@ -1,5 +1,8 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## Version 0.21.1
|
||||||
|
* Trigger F-Droid build
|
||||||
|
|
||||||
## Version 0.21.0
|
## Version 0.21.0
|
||||||
* Add a notification to send email invites whenever an event has atendees.
|
* Add a notification to send email invites whenever an event has atendees.
|
||||||
|
|
||||||
|
@ -21,8 +21,8 @@ android {
|
|||||||
minSdkVersion 16
|
minSdkVersion 16
|
||||||
targetSdkVersion 26
|
targetSdkVersion 26
|
||||||
|
|
||||||
versionCode 30
|
versionCode 31
|
||||||
versionName "0.21.0"
|
versionName "0.21.1"
|
||||||
|
|
||||||
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