mirror of
https://gitee.com/shuto/cordova-plugin-file-opener2.git
synced 2025-01-31 12:02:49 +08:00
Fixed #90 - Upped the version to 2.0.5
This commit is contained in:
parent
cd66d6597b
commit
916958c960
@ -1,13 +1,13 @@
|
|||||||
Contributors
|
Contributors
|
||||||
------------
|
------------
|
||||||
[@Gillardo](https://github.com/Gillardo/), [@TankOs](https://github.com/TankOs), [@Rovi23](https://github.com/Rovi23), [@josemanuelbd](https://github.com/josemanuelbd), [@ielcoro](https://github.com/ielcoro), [@keturn](https://github.com/keturn), [@conform](https://github.com/conform), [@guyc](https://github.com/guyc), [@J3r0M3D3V](https://github.com/J3r0M3D3V), [@WuglyakBolgoink](https://github.com/WuglyakBolgoink), [@lincolnthree](https://github.com/lincolnthree)
|
[@Gillardo](https://github.com/Gillardo/), [@TankOs](https://github.com/TankOs), [@Rovi23](https://github.com/Rovi23), [@josemanuelbd](https://github.com/josemanuelbd), [@ielcoro](https://github.com/ielcoro), [@keturn](https://github.com/keturn), [@conform](https://github.com/conform), [@guyc](https://github.com/guyc), [@J3r0M3D3V](https://github.com/J3r0M3D3V), [@WuglyakBolgoink](https://github.com/WuglyakBolgoink), [@lincolnthree](https://github.com/lincolnthree), [@rocco](https://github.com/rocco/)
|
||||||
|
|
||||||
|
|
||||||
A File Opener Plugin for Cordova (The Original Version)
|
A File Opener Plugin for Cordova (The Original Version)
|
||||||
==========================
|
==========================
|
||||||
This plugin will open a file on your device file system with its default application.
|
This plugin will open a file on your device file system with its default application.
|
||||||
|
|
||||||
Current Version: 2.0.4
|
Current Version: 2.0.5
|
||||||
----------------
|
----------------
|
||||||
|
|
||||||
Requirements
|
Requirements
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "cordova-plugin-file-opener2",
|
"name": "cordova-plugin-file-opener2",
|
||||||
"version": "2.0.4",
|
"version": "2.0.5",
|
||||||
"description": "A File Opener Plugin for Cordova. (The Original Version)",
|
"description": "A File Opener Plugin for Cordova. (The Original Version)",
|
||||||
"cordova": {
|
"cordova": {
|
||||||
"id": "cordova-plugin-file-opener2",
|
"id": "cordova-plugin-file-opener2",
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8" ?>
|
<?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-file-opener2" version="2.0.4">
|
<plugin xmlns="http://www.phonegap.com/ns/plugins/1.0" xmlns:android="http://schemas.android.com/apk/res/android" id="cordova-plugin-file-opener2" version="2.0.5">
|
||||||
|
|
||||||
<name>File Opener2</name>
|
<name>File Opener2</name>
|
||||||
<description>A File Opener Plugin for Cordova. (The Original Version)</description>
|
<description>A File Opener Plugin for Cordova. (The Original Version)</description>
|
||||||
@ -27,7 +27,7 @@
|
|||||||
</config-file>
|
</config-file>
|
||||||
<config-file target="AndroidManifest.xml" parent="/manifest/application">
|
<config-file target="AndroidManifest.xml" parent="/manifest/application">
|
||||||
<provider
|
<provider
|
||||||
android:name="android.support.v4.content.FileProvider"
|
android:name="io.github.pwlin.cordova.plugins.fileopener2.FileProvider"
|
||||||
android:authorities="$PACKAGE_NAME.opener.provider"
|
android:authorities="$PACKAGE_NAME.opener.provider"
|
||||||
android:exported="false"
|
android:exported="false"
|
||||||
android:grantUriPermissions="true">
|
android:grantUriPermissions="true">
|
||||||
|
Loading…
Reference in New Issue
Block a user