Set minSdkVersion to 16

This commit is contained in:
Ryan Heise 2019-12-31 21:50:16 +11:00
parent fc9e65b371
commit 80dcd1d02d
2 changed files with 2 additions and 2 deletions

View File

@ -25,7 +25,7 @@ android {
compileSdkVersion 28
defaultConfig {
minSdkVersion 21
minSdkVersion 16
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}

View File

@ -34,7 +34,7 @@ android {
defaultConfig {
// TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
applicationId "com.ryanheise.just_audio_example"
minSdkVersion 21
minSdkVersion 16
targetSdkVersion 28
versionCode flutterVersionCode.toInteger()
versionName flutterVersionName