diff options
| author | Simonx22 <simon@oatmealdome.me> | 2026-03-12 16:22:26 -0400 |
|---|---|---|
| committer | Simonx22 <simon@oatmealdome.me> | 2026-03-12 16:22:26 -0400 |
| commit | 57a8a78d06f4a902777b875da4da93a423f9cc1d (patch) | |
| tree | 26394cb0adc6a32ee392cd80f846e140d1f8ae61 /Source/Android/app | |
| parent | e550e1ff7cb509550070bfd6d615898bfd9c3432 (diff) | |
Android: Raise minSdk to 24 (Android 7.0)
Reasons:
- Only 0.000341% of all Android users were on API 21-23 in the last 365 days.
- These devices are old and likely do not run Dolphin well.
- Android 5.x and 6.0 have been without security updates for about 8 years.
- Staying on API 21–23 blocks AndroidX updates, including Lifecycle.
Diffstat (limited to 'Source/Android/app')
| -rw-r--r-- | Source/Android/app/build.gradle.kts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Android/app/build.gradle.kts b/Source/Android/app/build.gradle.kts index 64d909423c..5eda1b1f5d 100644 --- a/Source/Android/app/build.gradle.kts +++ b/Source/Android/app/build.gradle.kts @@ -43,7 +43,7 @@ android { defaultConfig { applicationId = "org.dolphinemu.dolphinemu" - minSdk = 21 + minSdk = 24 targetSdk = 36 versionCode = getBuildVersionCode() |
