Skip to content

Commit eb4076e

Browse files
authored
Update README.md
1 parent 42a71e7 commit eb4076e

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,16 @@ UIUserNotificationSettings *settings = [UIUserNotificationSettings settingsForTy
197197
```
198198

199199
#### Android配置
200+
`android/app/build.gradle`里,defaultConfig栏目下添加如下代码:
201+
```
202+
manifestPlaceholders = [
203+
......
200204
205+
"NIM_KEY": "云信appId"
206+
207+
......
208+
]
209+
```
201210
`AndroidManifest.xml`里,添加如下代码:
202211
```
203212
< manifest

0 commit comments

Comments
 (0)