Browse Source

Merge pull request #553 from charafau/min_sdk_fix

fixed min sdk for android
Rafal Wachol 6 năm trước cách đây
mục cha
commit
798c7782b5
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  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"