Skip to content

Commit

Permalink
Merge pull request #2 from sarbagyastha/master
Browse files Browse the repository at this point in the history
Support lowering minSDK upto 16 for Android
  • Loading branch information
ryanheise authored Aug 30, 2020
2 parents 205ec0e + a4955a0 commit 109877b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ android {
compileSdkVersion 28

defaultConfig {
minSdkVersion 19
minSdkVersion 16
}

lintOptions {
Expand All @@ -40,5 +40,5 @@ android {

dependencies {
//implementation 'androidx.core:core:1.3.1'
implementation "androidx.media2:media2-session:1.0.3"
implementation "androidx.media2:media2-session:1.1.0-alpha01"
}
2 changes: 1 addition & 1 deletion example/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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.audio_session_example"
minSdkVersion 19
minSdkVersion 16
targetSdkVersion 28
versionCode flutterVersionCode.toInteger()
versionName flutterVersionName
Expand Down

0 comments on commit 109877b

Please sign in to comment.