We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03af996 commit d32d9faCopy full SHA for d32d9fa
uikit/agconnect-services.json renamed to chat/agconnect-services.json
chat/build.gradle
@@ -1,4 +1,6 @@
1
apply plugin: 'com.android.application'
2
+// 华为推送,agconnect-services.json 文件也得在在application module的根目录
3
+apply plugin: 'com.huawei.agconnect'
4
5
android {
6
signingConfigs {
uikit/build.gradle
@@ -102,5 +102,4 @@ dependencies {
102
103
}
104
105
-apply plugin: 'com.huawei.agconnect'
106
apply plugin: 'com.jakewharton.butterknife'
uikit/src/main/java/cn/wildfire/chat/kit/Config.java
@@ -6,7 +6,7 @@
* Created by heavyrain lee on 2017/11/24.
7
*/
8
9
-public class Config<ICE_SERVERS> {
+public class Config {
10
11
/**
12
* 仅仅是host,没有http开头,也不用配置端口,<strong> 底层会使用默认的80端口</strong>,不可配置为127.0.0.1 或者 192.168.0.1
0 commit comments