cordova-plugin-android-support-v13
Version:
Fork of https://github.com/MobileChromeApps/cordova-plugin-android-support-v4 to fix Phonegap Build problems
20 lines (17 loc) • 556 B
text/xml
<!--
Copyright (c) 2014 The Chromium Authors. All rights reserved.
Use of this source code is governed by a BSD-style license that can be
found in the LICENSE file.
-->
<plugin xmlns="http://cordova.apache.org/ns/plugins/1.0"
id="android.support.v13"
version="23.0.1-r2">
<engines>
<engine name="cordova" version=">=3.6.0" />
</engines>
<name>Android Support v13</name>
<platform name="android">
<source-file src="android-support-v13.jar" target-dir="libs" />
</platform>
</plugin>