Skip to content

Commit

Permalink
Merge pull request pauldemarco#302 from lidongze91/addMinSDK
Browse files Browse the repository at this point in the history
Add minimum sdk version (same as what Flutter itself supports)
  • Loading branch information
mehmetf authored Jul 29, 2019
2 parents b31a623 + 9495424 commit 08ef712
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions android/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.pauldemarco.flutterblue">
<uses-sdk android:minSdkVersion="16" />
<uses-permission android:name="android.permission.BLUETOOTH" />
<uses-permission android:name="android.permission.BLUETOOTH_ADMIN" />
<uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION"/>
Expand Down

0 comments on commit 08ef712

Please sign in to comment.