We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42a71e7 commit eb4076eCopy full SHA for eb4076e
1 file changed
README.md
@@ -197,7 +197,16 @@ UIUserNotificationSettings *settings = [UIUserNotificationSettings settingsForTy
197
```
198
199
#### Android配置
200
+在`android/app/build.gradle`里,defaultConfig栏目下添加如下代码:
201
+```
202
+manifestPlaceholders = [
203
+ ......
204
205
+ "NIM_KEY": "云信appId"
206
+
207
208
+]
209
210
在`AndroidManifest.xml`里,添加如下代码:
211
212
< manifest
0 commit comments