mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-08-25 11:57:14 -05:00
Merge pull request #14453 from Simonx22/android/bump-minsdk-to-24
Android: Raise minSdk to 24 (Android 7.0)
This commit is contained in:
@@ -43,7 +43,7 @@ android {
|
||||
|
||||
defaultConfig {
|
||||
applicationId = "org.dolphinemu.dolphinemu"
|
||||
minSdk = 21
|
||||
minSdk = 24
|
||||
targetSdk = 36
|
||||
|
||||
versionCode = getBuildVersionCode()
|
||||
|
||||
Reference in New Issue
Block a user