rxlabz / audioplayer

A flutter plugin to play audio files iOS / Android / MacOS / Web ( Swift/Java )
https://pub.dartlang.org/packages/audioplayer
494 stars 189 forks source link

Compatibility with newer gradle versions #117

Closed nstrelow closed 4 years ago

nstrelow commented 4 years ago

The minSdk version should not be declared in the android manifest file. You can move the version from the manifest to the defaultConfig in the build.gradle file

Newer gradle version do not support uses-sdk tag inside AndroidManifest.xml anymore.

Needs to be moved to build.gradle.

rxlabz commented 4 years ago

Thanks Nils :)

nstrelow commented 4 years ago

Thanks for maintaining :D