Skip to content

Commit 798c778

Browse files
authored
Merge pull request #553 from charafau/min_sdk_fix
fixed min sdk for android
2 parents ca7957d + f64f810 commit 798c778

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

android/src/main/AndroidManifest.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
22
xmlns:tools="http://schemas.android.com/tools"
33
package="com.flutter_webview_plugin">
4-
<uses-sdk android:minSdkVersion="16" />
54
<application>
65
<provider
76
android:name="androidx.core.content.FileProvider"

0 commit comments

Comments
 (0)