Skip to content

Commit ad7990f

Browse files
authored
Update README.md
1 parent eb4076e commit ad7990f

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

README.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -200,11 +200,8 @@ UIUserNotificationSettings *settings = [UIUserNotificationSettings settingsForTy
200200
`android/app/build.gradle`里,defaultConfig栏目下添加如下代码:
201201
```
202202
manifestPlaceholders = [
203-
......
204-
205-
"NIM_KEY": "云信appId"
206-
207-
......
203+
// 如果有多项,每一项之间需要用逗号分隔
204+
NIM_KEY: "云信的APPID" //在此修改云信APPID
208205
]
209206
```
210207
`AndroidManifest.xml`里,添加如下代码:

0 commit comments

Comments
 (0)