<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
    package="com.lib.flutter_blue_plus" > <!-- This file must be here to fix build errors in Flutter V2 -->
    <!--
 But we intentionally leave this blank because android bluetooth permissions are
     complicated and always changing. By leaving this blank, users can set exactly the 
     permissions they want, without having to 'undo' the permissions we set here
    -->
    <uses-sdk android:minSdkVersion="21" />

</manifest>