diff --git a/README.md b/README.md index 008cb25..3944a19 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,11 @@ Intent Intercept is available here: Get it on F-Droid +## Requirements + +* Version 3.0.2 for Android 2.3 - Android 4.1 +* Version 4.0.0 for Android 4.2 and later (including Android-10) + ## License Apache License, Version 2.0 [http://www.apache.org/licenses/LICENSE-2.0.html](http://www.apache.org/licenses/LICENSE-2.0.html) diff --git a/fastlane/metadata/android/en-US/changelogs/400.txt b/fastlane/metadata/android/en-US/changelogs/400.txt new file mode 100644 index 0000000..10dc0a7 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/400.txt @@ -0,0 +1,7 @@ +* Now compatible with Android-4.2 and later (including android-10) +* Migrated to AndroidX, api-29, gradle-6.7 +* Drop support for Android-2.3 to Android-4.1 +* Fixed #4: Resend ACTION-VIEW with DATA-https-URL does not work on android-7 +* Fixed #11: Security Exception with Resend under Androi-10 + +Thanks to "Muntashir Al-Islam" for Migrating the code to AndroidX