1
0
mirror of https://github.com/etesync/android synced 2025-01-03 12:21:01 +00:00

Bump version and update changelog.

This commit is contained in:
Tom Hacohen 2022-08-28 19:25:14 -04:00
parent db61c38ad2
commit c588c7775f
2 changed files with 6 additions and 2 deletions

View File

@ -1,6 +1,10 @@
# Changelog # Changelog
*NOTE:* may be removed in the future in favor of the fastlane changelog. *NOTE:* may be removed in the future in favor of the fastlane changelog.
## Version 2.3.0
* Sync: add an option to sync every 30 minutes
* Update translations
## Version 2.2.4 ## Version 2.2.4
* Import: fix crashes for some users after import finishes. * Import: fix crashes for some users after import finishes.

View File

@ -21,8 +21,8 @@ android {
minSdkVersion 21 minSdkVersion 21
targetSdkVersion 29 targetSdkVersion 29
versionCode 20204 versionCode 20300
versionName "2.2.4" versionName "2.3.0"
buildConfigField "boolean", "customCerts", "true" buildConfigField "boolean", "customCerts", "true"
} }