Skip to content

Commit f5b6c27

Browse files
author
Wiki
committed
更新至2.0.9
1 parent 09f989e commit f5b6c27

File tree

2 files changed

+8
-8
lines changed

2 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.0.8'// 核心包
99-
implementation 'com.mixpush:mixpush-mi:2.0.8' // 小米推送
100-
implementation 'com.mixpush:mixpush-meizu:2.0.8' // 魅族推送
101-
implementation 'com.mixpush:mixpush-huawei:2.0.8' // 华为推送
102-
implementation 'com.mixpush:mixpush-oppo:2.0.8' // OPPO推送
103-
implementation 'com.mixpush:mixpush-vivo:2.0.8' // VIVO推送
98+
implementation 'com.mixpush:mixpush-core:2.0.9'// 核心包
99+
implementation 'com.mixpush:mixpush-mi:2.0.9' // 小米推送
100+
implementation 'com.mixpush:mixpush-meizu:2.0.9' // 魅族推送
101+
implementation 'com.mixpush:mixpush-huawei:2.0.9' // 华为推送
102+
implementation 'com.mixpush:mixpush-oppo:2.0.9' // OPPO推送
103+
implementation 'com.mixpush:mixpush-vivo:2.0.9' // VIVO推送
104104
}
105105
```
106106

@@ -223,7 +223,7 @@ MixPushClient.getInstance().getRegisterId(this, new GetRegisterIdCallback() {
223223
<dependency>
224224
<groupId>com.mixpush</groupId>
225225
<artifactId>mixpush-sender</artifactId>
226-
<version>2.0.8</version>
226+
<version>2.0.9</version>
227227
<type>pom</type>
228228
</dependency>
229229
</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.0.8"
2+
version = "2.0.9"
33

44
apply plugin: 'maven'
55
apply plugin: 'com.novoda.bintray-release'

0 commit comments

Comments
 (0)