update 消息at多人;发送任意文件;修改群备注;优化交互提醒

update ws断开重连时间优化;未登录提示;返回增加关闭关键词
This commit is contained in:
尹甲仑
2022-10-13 17:03:01 +08:00
parent 3273e50399
commit 89752ae328
25 changed files with 842 additions and 206 deletions

View File

@@ -6,6 +6,7 @@ buildscript {
jcenter()
maven { url 'https://maven.fabric.io/public' }
maven { url 'https://repo1.maven.org/maven2/' }
maven { url 'https://jitpack.io' }
}
dependencies {
classpath "com.android.tools.build:gradle:4.0.0"
@@ -22,6 +23,7 @@ allprojects {
jcenter()
maven { url 'https://maven.fabric.io/public' }
maven { url 'https://repo1.maven.org/maven2/' }
maven { url 'https://jitpack.io' }
}
}