community-cordova-plugin-filepath 1.7.1 → 1.7.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/plugin.xml +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "community-cordova-plugin-filepath",
3
- "version": "1.7.1",
3
+ "version": "1.7.2",
4
4
  "description": "Resolve native file paths from content URLs for Cordova platforms",
5
5
  "cordova": {
6
6
  "id": "community-cordova-plugin-filepath",
package/plugin.xml CHANGED
@@ -18,7 +18,7 @@
18
18
 
19
19
  <plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
20
20
  xmlns:android="http://schemas.android.com/apk/res/android"
21
- id="community-cordova-plugin-filepath" version="1.7.1">
21
+ id="community-cordova-plugin-filepath" version="1.7.2">
22
22
  <name>community-cordova-plugin-filepath</name>
23
23
  <description>Resolve native file paths from content URLs for Cordova platforms</description>
24
24
  <license>Apache 2.0</license>
@@ -45,7 +45,7 @@
45
45
  </config-file>
46
46
 
47
47
  <config-file target="AndroidManifest.xml" parent="/*">
48
- <uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE"/>
48
+ <uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" android:maxSdkVersion="32"/>
49
49
  </config-file>
50
50
 
51
51
  <source-file src="src/android/FilePath.java" target-dir="src/com/hiddentao/cordova/filepath"/>