浏览代码

Merge branch 'master' into master

Jason Foo 5 年前
父节点
当前提交
96f72953ed
没有帐户链接到提交者的电子邮件
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1
    1
      android/src/main/java/com/reactnativecommunity/webview/RNCWebViewModule.java
  2. 1
    1
      package.json

+ 1
- 1
android/src/main/java/com/reactnativecommunity/webview/RNCWebViewModule.java 查看文件

273
 
273
 
274
   public boolean grantFileDownloaderPermissions() {
274
   public boolean grantFileDownloaderPermissions() {
275
     // Permission not required for Android Q and above
275
     // Permission not required for Android Q and above
276
-    if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.Q) {
276
+    if (Build.VERSION.SDK_INT > Build.VERSION_CODES.P) {
277
       return true;
277
       return true;
278
     }
278
     }
279
 
279
 

+ 1
- 1
package.json 查看文件

8
     "Thibault Malbranche <malbranche.thibault@gmail.com>"
8
     "Thibault Malbranche <malbranche.thibault@gmail.com>"
9
   ],
9
   ],
10
   "license": "MIT",
10
   "license": "MIT",
11
-  "version": "10.3.1",
11
+  "version": "10.3.2",
12
   "homepage": "https://github.com/react-native-community/react-native-webview#readme",
12
   "homepage": "https://github.com/react-native-community/react-native-webview#readme",
13
   "scripts": {
13
   "scripts": {
14
     "start": "node node_modules/react-native/local-cli/cli.js start",
14
     "start": "node node_modules/react-native/local-cli/cli.js start",