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 075f867 commit dd6861aCopy full SHA for dd6861a
config.gradle
@@ -73,8 +73,8 @@ ext {
73
74
tencentDependencies = [
75
// qmui
76
- "qmui" : "com.qmuiteam:qmui:1.3.3",
77
- "arch" : "com.qmuiteam:arch:0.3.1",
+ "qmui" : "com.qmuiteam:qmui:1.4.0",
+ "arch" : "com.qmuiteam:arch:0.6.0",
78
// 微信
79
"wechat-sdk-mta" : "com.tencent.mm.opensdk:wechat-sdk-android-with-mta:5.3.1",
80
// bugly
quicklib/build.gradle
@@ -48,7 +48,7 @@ dependencies {
48
49
api viewDependencies["butterknife"]
50
api tencentDependencies["qmui"]
51
- // api tencentDependencies.arch
+ // api tencentDependencies["arch"]
52
api utilsDependencies["utilcodex"]
53
api utilsDependencies["agentweb"]
54
api imageDependencies["photoview"]
0 commit comments