cordova-androidx-build
Version:
This plugin helps to build your app with AndroidX library.
21 lines (15 loc) • 1.03 kB
text/xml
<plugin id="cordova-androidx-build" version="1.0.4" xmlns="http://apache.org/cordova/ns/plugins/1.0" xmlns:android="http://schemas.android.com/apk/res/android">
<name>cordova-androidx-build</name>
<repo>https://github.com/wf9a5m75/cordova-androidx-build.git</repo>
<issue>https://github.com/wf9a5m75/cordova-androidx-build/issues</issue>
<description>This plugin helps to build your app with `AndroidX library`. If the environment does not support `AndroidX library`, put back the application code to `Android Support library`.</description>
<author>Masashi Katsumata</author>
<license>Apache-2.0</license>
<keywords>cordova, androidx</keywords>
<platform name="android">
<framework src="src/android/cordova-androidx-build.gradle" custom="true" type="gradleReference"/>
<hook type="before_prepare" src="src/android/uninstall_conflict_plugin.js"/>
<hook type="before_plugin_ls" src="src/android/uninstall_conflict_plugin.js"/>
</platform>
</plugin>