Skip to content

Commit

Permalink
Merge pull request #553 from charafau/min_sdk_fix
Browse files Browse the repository at this point in the history
fixed min sdk for android
  • Loading branch information
charafau authored Sep 13, 2019
2 parents c3b3fcf + 2e51b25 commit 007f86f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion android/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
package="com.flutter_webview_plugin">
<uses-sdk android:minSdkVersion="16" />
<application>
<provider
android:name="androidx.core.content.FileProvider"
Expand Down

0 comments on commit 007f86f

Please sign in to comment.