mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-17 18:35:45 -04:00
Android: Bump minimum version to 23 (Android 6.0 Marshmellow)
5.0 seems to have various issues...
This commit is contained in:
@ -5,7 +5,7 @@ android {
|
|||||||
buildToolsVersion "29.0.2"
|
buildToolsVersion "29.0.2"
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
applicationId "com.github.stenzek.duckstation"
|
applicationId "com.github.stenzek.duckstation"
|
||||||
minSdkVersion 21
|
minSdkVersion 23
|
||||||
targetSdkVersion 29
|
targetSdkVersion 29
|
||||||
versionCode(getBuildVersionCode())
|
versionCode(getBuildVersionCode())
|
||||||
versionName "${getVersion()}"
|
versionName "${getVersion()}"
|
||||||
|
Reference in New Issue
Block a user