master
M66B 3 weeks ago
parent 0f590bb591
commit 49b299ceb5

@ -31,6 +31,7 @@ For support you can use [the contact form](https://contact.faircode.eu/?product=
### Next version (Work in progress)
* Adapted for [Android 17](https://developer.android.com/about/versions/17)
* Dropped support for Android 5 Lollipop (the Android support libraries do not support this anymore either)
* Added searching for important messages
* Small improvements and minor bug fixes

@ -26,7 +26,7 @@ android {
defaultConfig {
applicationId "eu.faircode.email"
compileSdk = 37
minSdkVersion 21
minSdkVersion 23
targetSdkVersion 37
//targetSdkPreview "VanillaIceCream"
versionCode getVersionCode()

@ -31,6 +31,7 @@ For support you can use [the contact form](https://contact.faircode.eu/?product=
### Next version (Work in progress)
* Adapted for [Android 17](https://developer.android.com/about/versions/17)
* Dropped support for Android 5 Lollipop (the Android support libraries do not support this anymore either)
* Added searching for important messages
* Small improvements and minor bug fixes

@ -31,6 +31,7 @@ Diuqin
Next version (Work in progress)
* Adapted for Android 17
* Dropped support for Android 5 Lollipop (the Android support libraries do not support this anymore either)
* Added searching for important messages
* Small improvements and minor bug fixes

Loading…
Cancel
Save