mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-24 14:24:54 +00:00
Android: Require Android 5.0.
This commit is contained in:
parent
f197b5e7d5
commit
dbdc8121f0
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ android {
|
|||
|
||||
defaultConfig {
|
||||
applicationId "org.dolphinemu.dolphinemu"
|
||||
minSdkVersion 18
|
||||
minSdkVersion 21
|
||||
targetSdkVersion 21
|
||||
|
||||
// TODO This should be set to the Buildbot build number for release builds, and be "1" for debug builds.
|
||||
|
|
Loading…
Add table
Reference in a new issue