forked from wf9a5m75/cordova-androidx-build
-
Notifications
You must be signed in to change notification settings - Fork 6
/
plugin.xml
20 lines (15 loc) · 1 KB
/
plugin.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version='1.0' encoding='utf-8'?>
<plugin id="cordova-androidx-build" version="1.0.3" 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>