26 lines
1.3 KiB
XML
26 lines
1.3 KiB
XML
<?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="1.4.4">
|
|
|
|
<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" />
|
|
<source-file src="properties.gradle" target-dir="cordova-android-support-gradle-release" /> <!-- cordova-android@6-->
|
|
<source-file src="properties.gradle" target-dir="app/cordova-android-support-gradle-release" /> <!-- cordova-android@7-->
|
|
</platform>
|
|
|
|
</plugin>
|