Last active
March 5, 2019 08:52
-
-
Save sbis04/68724128f80618029d94e8efaa38ff0f to your computer and use it in GitHub Desktop.
overriding the error in manifest
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<manifest ... | |
<!-- Add this line (inside manifest tag) --> | |
xmlns:tools="http://schemas.android.com/tools"> | |
<!-- and this line (outside manifest tag) --> | |
<uses-sdk tools:overrideLibrary="io.github.edufolly.flutterbluetoothserial"/> | |
.... | |
</manifest> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment