mirror of
https://github.com/RetroDECK/Duckstation.git
synced 2025-02-17 03:15:39 +00:00
Android: Bump minimum version to 23 (Android 6.0 Marshmellow)
5.0 seems to have various issues...
This commit is contained in:
parent
e1ffb5e385
commit
cf2d9b86b0
|
@ -5,7 +5,7 @@ android {
|
|||
buildToolsVersion "29.0.2"
|
||||
defaultConfig {
|
||||
applicationId "com.github.stenzek.duckstation"
|
||||
minSdkVersion 21
|
||||
minSdkVersion 23
|
||||
targetSdkVersion 29
|
||||
versionCode(getBuildVersionCode())
|
||||
versionName "${getVersion()}"
|
||||
|
|
Loading…
Reference in a new issue