From e60efc68f8575ecb916a2a0f94a64205112b07ba Mon Sep 17 00:00:00 2001 From: Benoit Marty Date: Fri, 13 Dec 2024 16:10:53 +0100 Subject: [PATCH] We are now min API 24 --- .github/pull_request_template.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 4acb89bf11..ed5d45c62c 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -44,7 +44,7 @@ Uncomment this markdown table below and edit the last line `|||`: -- [ ] Changes have been tested on an Android device or Android emulator with API 23 +- [ ] Changes have been tested on an Android device or Android emulator with API 24 - [ ] UI change has been tested on both light and dark themes - [ ] Accessibility has been taken into account. See https://github.com/element-hq/element-x-android/blob/develop/CONTRIBUTING.md#accessibility - [ ] Pull request is based on the develop branch