Skip to content

Commit c94f24b

Browse files
author
Wiki
committed
升级小米推送SDK到3.8.9
1 parent 90a57a1 commit c94f24b

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

README.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -95,12 +95,12 @@ android {
9595
}
9696
}
9797
dependencies {
98-
implementation 'com.mixpush:mixpush-core:2.1.0'// 核心包
99-
implementation 'com.mixpush:mixpush-mi:2.1.0' // 小米推送
100-
implementation 'com.mixpush:mixpush-meizu:2.1.0' // 魅族推送
101-
implementation 'com.mixpush:mixpush-huawei:2.1.0' // 华为推送
102-
implementation 'com.mixpush:mixpush-oppo:2.1.0' // OPPO推送
103-
implementation 'com.mixpush:mixpush-vivo:2.1.0' // VIVO推送
98+
implementation 'com.mixpush:mixpush-core:2.1.1'// 核心包
99+
implementation 'com.mixpush:mixpush-mi:2.1.1' // 小米推送
100+
implementation 'com.mixpush:mixpush-meizu:2.1.1' // 魅族推送
101+
implementation 'com.mixpush:mixpush-huawei:2.1.1' // 华为推送
102+
implementation 'com.mixpush:mixpush-oppo:2.1.1' // OPPO推送
103+
implementation 'com.mixpush:mixpush-vivo:2.1.1' // VIVO推送
104104
}
105105
```
106106

@@ -229,7 +229,7 @@ MixPushClient.getInstance().getRegisterId(this, new GetRegisterIdCallback() {
229229
<dependency>
230230
<groupId>com.mixpush</groupId>
231231
<artifactId>mixpush-sender</artifactId>
232-
<version>2.1.0</version>
232+
<version>2.1.1</version>
233233
<type>pom</type>
234234
</dependency>
235235
</dependencies>

maven_public.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
group = "com.mixpush"
2-
version = "2.1.0"
2+
version = "2.1.1"
33

44
apply plugin: 'maven'
55
apply plugin: 'com.novoda.bintray-release'
-663 KB
Binary file not shown.
691 KB
Binary file not shown.

0 commit comments

Comments
 (0)