You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
1.1 KiB
XML
28 lines
1.1 KiB
XML
|
6 years ago
|
<?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-android-support-gradle-release"
|
||
|
|
version="3.0.1">
|
||
|
|
|
||
|
|
<name>cordova-android-support-gradle-release</name>
|
||
|
|
<description>Cordova/Phonegap plugin to align various versions of the Android Support libraries specified by other plugins to a specific version</description>
|
||
|
|
<author>Dave Alden</author>
|
||
|
|
|
||
|
|
<engines>
|
||
|
|
<engine name="cordova" version=">=6.2.0" />
|
||
|
|
<engine name="cordova-android" version=">=6.0.0" />
|
||
|
|
</engines>
|
||
|
|
|
||
|
|
<platform name="android">
|
||
|
|
<hook type="after_prepare" src="scripts/apply-changes.js" />
|
||
|
|
<hook type="before_build" src="scripts/apply-changes.js" />
|
||
|
|
<hook type="after_plugin_install" src="scripts/apply-changes.js" />
|
||
|
|
|
||
|
|
<preference name="ANDROID_SUPPORT_VERSION" default="27.+" />
|
||
|
|
|
||
|
|
<framework src="cordova-android-support-gradle-release.gradle" custom="true" type="gradleReference" />
|
||
|
|
|
||
|
|
</platform>
|
||
|
|
|
||
|
|
</plugin>
|