-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathplugin.xml
24 lines (23 loc) · 1.19 KB
/
plugin.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?xml version='1.0' encoding='utf-8'?>
<!--
~ Copyright (c) 2015-2019 PSPDFKit GmbH. All rights reserved.
~
~ THIS SOURCE CODE AND ANY ACCOMPANYING DOCUMENTATION ARE PROTECTED BY INTERNATIONAL COPYRIGHT LAW
~ AND MAY NOT BE RESOLD OR REDISTRIBUTED. USAGE IS BOUND TO THE PSPDFKIT LICENSE AGREEMENT.
~ UNAUTHORIZED REPRODUCTION OR DISTRIBUTION IS SUBJECT TO CIVIL AND CRIMINAL PENALTIES.
~ This notice may not be removed from this file.
-->
<plugin id="pspdfkit-cordova-android" version="5.6.0"
xmlns="http://apache.org/cordova/ns/plugins/1.0"
xmlns:android="http://schemas.android.com/apk/res/android">
<name>PSPDFKit-Android</name>
<description>Integration of the PSPDFKit for Android library.</description>
<author>PSPDFKit</author>
<keywords>pdf,pspdfkit,android</keywords>
<license>MIT</license>
<info><![CDATA[
⚠️ IMPORTANT: This plugin has been deprecated in favor of PSPDFKit-Cordova. To migrate to the new plugin, please follow the steps in the migration guide here: https://github.com/PSPDFKit/PSPDFKit-Cordova/tree/master/docs/android#migration-guide-from-cordova-android
]]> </info>
<platform name="android">
</platform>
</plugin>