mirror of
https://github.com/etesync/android
synced 2024-11-24 08:58:09 +00:00
Bump version and update changelog.
This commit is contained in:
parent
3f05b7fc1f
commit
88daffcbaf
@ -1,6 +1,9 @@
|
|||||||
# 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.4.0
|
||||||
|
* Update compile and target SDK versions
|
||||||
|
|
||||||
## Version 2.3.0
|
## Version 2.3.0
|
||||||
* Sync: add an option to sync every 30 minutes
|
* Sync: add an option to sync every 30 minutes
|
||||||
* Update translations
|
* Update translations
|
||||||
|
@ -19,8 +19,8 @@ android {
|
|||||||
minSdkVersion 21
|
minSdkVersion 21
|
||||||
targetSdkVersion 33
|
targetSdkVersion 33
|
||||||
|
|
||||||
versionCode 20300
|
versionCode 20400
|
||||||
versionName "2.3.0"
|
versionName "2.4.0"
|
||||||
|
|
||||||
buildConfigField "boolean", "customCerts", "true"
|
buildConfigField "boolean", "customCerts", "true"
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user