Bump version and update changelog.

test v2.3.0
Tom Hacohen 2 years ago
parent db61c38ad2
commit c588c7775f

@ -1,6 +1,10 @@
# 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
* Import: fix crashes for some users after import finishes.

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

Loading…
Cancel
Save