cph-cachet / flutter-plugins

A collection of Flutter plugins developed by CACHET
554 stars 681 forks source link

fix minSdkVersion in build.gradle of audio_streamer #876

Closed penkzhou closed 10 months ago

penkzhou commented 10 months ago

revert it from 28 into 16

`

Manifest merger failed : uses-sdk:minSdkVersion 21 cannot be smaller than version 28 declared in library [:audio_streamer] /xxx/build/audio_streamer/intermediates/merged_manifest/debug/AndroidManifest.xml as the library might be using APIs not available in 21

`

penkzhou commented 10 months ago

@bardram Hello you intro the change from this commit. Maybe it just a typo. It make the projects whoseminSdkVersion below 28 will build failed.

bardram commented 10 months ago

ok - audio_streamer 4.1.1 merges this.