Skip to content

Commit

Permalink
Fix cordova-android@7 support, close #8
Browse files Browse the repository at this point in the history
  • Loading branch information
zsxsoft committed Mar 23, 2018
1 parent 7dc2e31 commit 611fb47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<!-- android -->
<platform name="android">

<config-file target="res/xml/config.xml" parent="/*">
<config-file target="app/src/main/res/xml/config.xml" parent="/*">
<preference name="webView" value="com.zsxsoft.cordova.x5.X5WebViewEngine"/>
<preference name="appUserAgent" value="appX5"/>
<preference name="android-minSdkVersion" value="15" />
Expand Down

0 comments on commit 611fb47

Please sign in to comment.