Browse Source

Merge pull request #553 from charafau/min_sdk_fix

fixed min sdk for android
Rafal Wachol 6 years ago
parent
commit
798c7782b5
1 changed files with 0 additions and 1 deletions
  1. 0 1
      android/src/main/AndroidManifest.xml

+ 0 - 1
android/src/main/AndroidManifest.xml

@@ -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"