blob: 9b00b7ed803f2daef24fd76724c08678026f155b (
plain)
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 xmlns="http://www.phonegap.com/ns/plugins/1.0"
xmlns:android="http://schemas.android.com/apk/res/android"
id="cordova-plugin-androidx-adapter"
version="1.1.1">
<name>cordova-plugin-androidx-adapter</name>
<description>Cordova/Phonegap plugin to migrate any code which references the legacy Android Support Library to the new AndroidX mappings in a Cordova Android platform project.</description>
<author>Dave Alden</author>
<engines>
<engine name="cordova" version=">=8.0.0" />
<engine name="cordova-android" version=">=8.0.0" />
</engines>
<platform name="android">
<hook type="after_prepare" src="apply.js" />
</platform>
</plugin>
|