File tree 2 files changed +1
-6
lines changed
2 files changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -99,8 +99,7 @@ dependencies {
99
99
implementation ' com.github.mcxtzhang:SwipeDelMenuLayout:V1.2.3'
100
100
// 信鸽推送
101
101
implementation ' com.tencent.jg:jg:1.1'
102
- // implementation 'com.tencent.tpns:tpns:1.1.6.3-release'
103
- implementation " com.tencent.tpns:tpns:1.2.0.1-SNAPSHOT"
102
+ implementation ' com.tencent.tpns:tpns:1.2.0.1-release'
104
103
implementation ' androidx.cardview:cardview:1.0.0'
105
104
api ' com.android.support:recyclerview-v7:29.0.0'
106
105
// kotlin协程
Original file line number Diff line number Diff line change @@ -9,8 +9,6 @@ buildscript {
9
9
maven{
10
10
url " https://oss.sonatype.org/content/groups/public"
11
11
}
12
-
13
- maven { url ' https://mirrors.tencent.com/repository/maven/thirdparty-snapshots' }
14
12
}
15
13
dependencies {
16
14
classpath ' com.android.tools.build:gradle:3.5.0'
@@ -35,8 +33,6 @@ allprojects {
35
33
maven {
36
34
url " https://jitpack.io"
37
35
}
38
-
39
- maven { url ' https://mirrors.tencent.com/repository/maven/thirdparty-snapshots' }
40
36
}
41
37
42
38
}
You can’t perform that action at this time.
0 commit comments