Skip to content
This repository was archived by the owner on Mar 3, 2020. It is now read-only.

Commit 488e0b9

Browse files
committed
Merge pull request #12 from astuetz/min-sdk-version
Add minSdkVersion to AndroidManifest.xml
2 parents dfb9ecc + 45f70ce commit 488e0b9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

AndroidManifest.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,6 @@
44
package="org.webkit.android_jsc"
55
android:versionCode="1"
66
android:versionName="1.0">
7+
<uses-sdk android:minSdkVersion="4" />
78
<application />
89
</manifest>

0 commit comments

Comments
 (0)