Skip to content

Commit

Permalink
Merge pull request #876 from penkzhou/master
Browse files Browse the repository at this point in the history
fix minSdkVersion in build.gradle of audio_streamer
  • Loading branch information
bardram authored Jan 10, 2024
2 parents 47d922e + 55922de commit 0984e7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/audio_streamer/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ android {
main.java.srcDirs += 'src/main/kotlin'
}
defaultConfig {
minSdkVersion 28
minSdkVersion 16
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
lintOptions {
Expand Down

0 comments on commit 0984e7b

Please sign in to comment.