Skip to content

Commit 7b37775

Browse files
sevenhhelarrytin
authored andcommitted
替换信鸽最新版本sdk(1.2.0.1),该版本修复信鸽和 firebase 的冲突
Change-Id: Ic79afb64afda01cdad1c8949ed339b3975450429
1 parent ea8e000 commit 7b37775

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

app/build.gradle

+1-2
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,7 @@ dependencies {
9999
implementation 'com.github.mcxtzhang:SwipeDelMenuLayout:V1.2.3'
100100
//信鸽推送
101101
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'
104103
implementation 'androidx.cardview:cardview:1.0.0'
105104
api 'com.android.support:recyclerview-v7:29.0.0'
106105
//kotlin协程

build.gradle

-4
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ buildscript {
99
maven{
1010
url "https://oss.sonatype.org/content/groups/public"
1111
}
12-
13-
maven { url 'https://mirrors.tencent.com/repository/maven/thirdparty-snapshots' }
1412
}
1513
dependencies {
1614
classpath 'com.android.tools.build:gradle:3.5.0'
@@ -35,8 +33,6 @@ allprojects {
3533
maven {
3634
url "https://jitpack.io"
3735
}
38-
39-
maven { url 'https://mirrors.tencent.com/repository/maven/thirdparty-snapshots' }
4036
}
4137

4238
}

0 commit comments

Comments
 (0)