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:
parent
db61c38ad2
commit
c588c7775f
@ -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.
|
||||||
|
|
||||||
|
@ -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"
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user