AndroidManifest.xml 261 B

123456789
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <manifest xmlns:android="http://schemas.android.com/apk/res/android"
  3. package="io.flutter.plugins.webviewflutter" >
  4. <uses-sdk
  5. android:minSdkVersion="19"
  6. android:targetSdkVersion="19" />
  7. </manifest>