Skip to content

Support for Cordova Android 10 template. Fixes #99, #97, #92 AND now also for IOS #91 #100

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 11 commits into
base: master
Choose a base branch
from
Prev Previous commit
Next Next commit
Add Webkit androidx version
weareu committed Feb 2, 2022
commit 34204b8da771c061d839b58f4fc7a71d6f420b5b
2 changes: 2 additions & 0 deletions plugin.xml
Original file line number Diff line number Diff line change
@@ -38,6 +38,8 @@

<source-file src="src/android/com/tkyaji/cordova/DecryptResource.java" target-dir="src/com/tkyaji/cordova" />
<source-file src="src/android/com/tkyaji/cordova/DecryptCordovaPathHandler.java" target-dir="src/com/tkyaji/cordova" />

<framework src="androidx.webkit:webkit:${cordovaConfig.ANDROIDX_WEBKIT_VERSION}" />
</platform>

<cryptfiles>