From a9b7fa3b8e484790997c55d9adf3f4fe126aa1ba Mon Sep 17 00:00:00 2001 From: Marcus Hoffmann Date: Tue, 15 Sep 2020 00:53:53 +0200 Subject: [PATCH] templates: remove note about android 11 problem --- .gitlab/merge_request_templates/App inclusion.md | 3 --- .gitlab/merge_request_templates/App update.md | 3 --- 2 files changed, 6 deletions(-) diff --git a/.gitlab/merge_request_templates/App inclusion.md b/.gitlab/merge_request_templates/App inclusion.md index 58bff26c2a..2eac95879d 100644 --- a/.gitlab/merge_request_templates/App inclusion.md +++ b/.gitlab/merge_request_templates/App inclusion.md @@ -1,6 +1,3 @@ -**Note:** Apps targeting android sdk 30 (`targetSdk 30`) published through F-Droid currently cannot be installed on Android 11(R) devices. -We are working on a solution for that but for now you might want to consider staying at targetSDK 29. The issue is tracked here: https://gitlab.com/fdroid/fdroidserver/-/issues/827 - * [ ] The app complies with the [inclusion criteria](https://f-droid.org/docs/Inclusion_Policy) * [ ] The original app author has been notified (and supports the inclusion) * [ ] All related [fdroiddata](https://gitlab.com/fdroid/fdroiddata/issues) and [RFP issues](https://gitlab.com/fdroid/rfp/issues) have been referenced in this merge request diff --git a/.gitlab/merge_request_templates/App update.md b/.gitlab/merge_request_templates/App update.md index 40a85fcd0f..b217a92232 100644 --- a/.gitlab/merge_request_templates/App update.md +++ b/.gitlab/merge_request_templates/App update.md @@ -1,6 +1,3 @@ -**Note:** Apps targeting android sdk 30 (`targetSdk 30`) published through F-Droid currently cannot be installed on Android 11(R) devices. -We are working on a solution for that but for now you might want to consider staying at targetSDK 29. The issue is tracked here: https://gitlab.com/fdroid/fdroidserver/-/issues/827 - * [ ] The app complies with the [inclusion criteria](https://f-droid.org/docs/Inclusion_Policy) * [ ] All related [fdroiddata](https://gitlab.com/fdroid/fdroiddata/issues) have been referenced in this merge request * [ ] The upstream app source code repo contains the app metadata _(summary/description/images/changelog/etc)_ in a [Fastlane](https://gitlab.com/snippets/1895688) or [Triple-T](https://gitlab.com/snippets/1901490) folder structure