diff options
| author | Eder Bastos <bastos.eder@gmail.com> | 2015-06-02 10:30:21 -0400 |
|---|---|---|
| committer | sigmabeta <sigmabeta@users.noreply.github.com> | 2015-06-08 19:43:10 -0400 |
| commit | dbdc8121f0ec1c998d24c84537a503f60a1b02ca (patch) | |
| tree | a68686c394ddf6b2fe73838228f1e7dbb357706d /Source/Android | |
| parent | f197b5e7d58c653682b0e678be46b14d9868a502 (diff) | |
Android: Require Android 5.0.
Diffstat (limited to 'Source/Android')
| -rw-r--r-- | Source/Android/app/build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Android/app/build.gradle b/Source/Android/app/build.gradle index 150125a7ab..8f7134c290 100644 --- a/Source/Android/app/build.gradle +++ b/Source/Android/app/build.gradle @@ -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. |
