File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -144,6 +144,10 @@ import 'package:wechat_assets_picker/wechat_assets_picker.dart';
144
144
145
145
#### 权限
146
146
147
+ 在使用这个 package 时,请确保
148
+ ` compileSdkVersion ` 和 ` targetSdkVersion ` 升级到 ` 33 ` 。
149
+ 否则,在 Android 13 设备上将有可能无法加载任何资源。
150
+
147
151
| Name | 必需 | 已声明 | 最高 API 版本 | 其他 |
148
152
| --------------------------| -----| -----| -----------| -------------|
149
153
| ` READ_EXTERNAL_STORAGE ` | 是 | 是 | 32 | |
Original file line number Diff line number Diff line change @@ -143,6 +143,10 @@ See [Generated API docs][].
143
143
144
144
#### Permissions
145
145
146
+ When using the package, please upgrade
147
+ ` targetSdkVersion ` and ` compileSdkVersion ` to ` 33 ` .
148
+ Otherwise, no assets can be fetched on Android 13.
149
+
146
150
| Name | Required | Declared | Max API Level | Others |
147
151
| --------------------------| ----------| ----------| ---------------| ------------------------------|
148
152
| ` READ_EXTERNAL_STORAGE ` | YES | YES | 32 | |
You can’t perform that action at this time.
0 commit comments