From 84adbd8a28538d842d03cb686312c90144bcf1c6 Mon Sep 17 00:00:00 2001 From: Jean-BaptisteC Date: Sun, 19 May 2024 07:21:35 +0200 Subject: [PATCH] Remove support of Android 5 --- README.md | 6 +++++- app/build.gradle.kts | 6 +++--- fastlane/metadata/android/en-US/changelogs/22.txt | 1 + fastlane/metadata/android/fr-FR/changelogs/22.txt | 1 + 4 files changed, 10 insertions(+), 4 deletions(-) create mode 100644 fastlane/metadata/android/en-US/changelogs/22.txt create mode 100644 fastlane/metadata/android/fr-FR/changelogs/22.txt diff --git a/README.md b/README.md index 7581bcbc..e5e7e7d3 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,7 @@ https://crowdin.com/project/exodus-android-app **If you would like to improve app code and have development skills, you are most welcome.** - You can find work in [issues](https://github.com/Exodus-Privacy/exodus-android-app/issues). - Before submitting pull requests please, execute Kotlin Liner and instrumented tests. -- Change needs to work on all devices between Android 5 and Android 14. +- Change needs to work on all devices between Android 6 and Android 14. - UI changes need to work in light mode, dark mode, and RTL. - Do not create pull requests to update dependencies, we have [dependabot](https://github.com/Exodus-Privacy/exodus-android-app/blob/master/.github/dependabot.yml). @@ -89,6 +89,10 @@ https://crowdin.com/project/exodus-android-app - To execute tests move [network_security_config.xml](/doc/network_security_config.xml) to [/app/src/main/res/xml](/app/src/main/res/xml) - Add ```android:networkSecurityConfig="@xml/network_security_config"``` in [AndroidManifest.xml](/app/src/main/AndroidManifest.xml) +### How to use app on Android 5 + +- We have recently drop the support of Android 5, but 3.3.0 version continue to be available [here](https://github.com/Exodus-Privacy/exodus-android-app/releases/tag/release-v3.3.0) + ### Links - [Exodus app reports](https://reports.exodus-privacy.eu.org/fr/reports/org.eu.exodus_privacy.exodusprivacy/latest/) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 6c4ca2ba..168f3779 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -19,10 +19,10 @@ android { defaultConfig { applicationId = "org.eu.exodus_privacy.exodusprivacy" - minSdk = 21 + minSdk = 23 targetSdk = 34 - versionCode = 21 - versionName = "3.3.0" + versionCode = 22 + versionName = "3.3.1" testInstrumentationRunner = "org.eu.exodus_privacy.exodusprivacy.ExodusTestRunner" val API_KEY = System.getenv("EXODUS_API_KEY") buildConfigField("String", "EXODUS_API_KEY", "\"$API_KEY\"") diff --git a/fastlane/metadata/android/en-US/changelogs/22.txt b/fastlane/metadata/android/en-US/changelogs/22.txt new file mode 100644 index 00000000..b3d5efff --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/22.txt @@ -0,0 +1 @@ +- Drop support of Android 5 diff --git a/fastlane/metadata/android/fr-FR/changelogs/22.txt b/fastlane/metadata/android/fr-FR/changelogs/22.txt new file mode 100644 index 00000000..dca15a28 --- /dev/null +++ b/fastlane/metadata/android/fr-FR/changelogs/22.txt @@ -0,0 +1 @@ +- Suppression du support d'Android 5