Skip to content

Commit b662f08

Browse files
committed
fixed min sdk for android
1 parent c3b3fcf commit b662f08

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-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"
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
#!/bin/sh
2+
# This is a generated file; do not edit or check into version control.
3+
export "FLUTTER_ROOT=/Users/rafal.wachol/Utils/flutter"
4+
export "FLUTTER_APPLICATION_PATH=/Users/rafal.wachol/Utils/github/flutter_webview_plugin/example"
5+
export "FLUTTER_TARGET=lib/main.dart"
6+
export "FLUTTER_BUILD_DIR=build"
7+
export "SYMROOT=${SOURCE_ROOT}/../build/ios"
8+
export "FLUTTER_FRAMEWORK_DIR=/Users/rafal.wachol/Utils/flutter/bin/cache/artifacts/engine/ios"

0 commit comments

Comments
 (0)