Merge pull request #14453 from Simonx22/android/bump-minsdk-to-24

Android: Raise minSdk to 24 (Android 7.0)
This commit is contained in:
OatmealDome 2026-03-15 14:22:44 -04:00 committed by GitHub
commit 66db206e34
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -27,7 +27,7 @@ Please read the [FAQ](https://dolphin-emu.org/docs/faq/) before using Dolphin.
### Android
* OS
* Android (5.0 Lollipop or higher).
* Android (7.0 Nougat or higher).
* Processor
* A processor with support for 64-bit applications (either ARMv8 or x86-64).
* Graphics

View File

@ -43,7 +43,7 @@ android {
defaultConfig {
applicationId = "org.dolphinemu.dolphinemu"
minSdk = 21
minSdk = 24
targetSdk = 36
versionCode = getBuildVersionCode()