Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.4.3+543541
+ update Android SDK 5.4.2 → 5.4.3,iOS SDK 保持 5.4.1
+ Android: 支持 OPPO 与 vivo 厂商消息角标处理

## 1.4.2+542541
+ update Android SDK 5.4.1 → 5.4.2,iOS SDK 保持 5.4.1
+ Android: 新增 VoIP 消息支持,覆盖小米、OPPO、vivo、荣耀四大厂商通道,通过 `onMTCommonReceiver` 事件的 `onVoipMessage` 名称接收
Expand Down
10 changes: 5 additions & 5 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ android {
dependencies {
// implementation fileTree(include: ['*.jar', '*.aar'], dir: 'libs')
//必须 主包
implementation 'com.engagelab:engagelab:5.4.2' // 此处以5.4.0 版本为例。
implementation 'com.engagelab:engagelab:5.4.3'
//可选,google厂商
implementation 'com.engagelab.plugin:google:5.4.2' // 此处以5.4.0 版本为例。
//可选,honor厂商
Expand All @@ -55,10 +55,10 @@ dependencies {
//可选,meizu厂商
implementation 'com.engagelab.plugin:meizu:5.4.2' // 此处以5.4.0 版本为例。
//可选,oppo厂商
implementation 'com.engagelab.plugin:oppo:5.4.2' // 此处以5.4.0 版本为例。
implementation 'com.engagelab.plugin:oppo_th_push:5.4.2' // 此处以5.4.0 版本为例。
implementation 'com.engagelab.plugin:oppo:5.4.3'
implementation 'com.engagelab.plugin:oppo_th_push:5.4.3'
//可选,vivo厂商
implementation 'com.engagelab.plugin:vivo:5.4.2' // 此处以5.4.0 版本为例。
implementation 'com.engagelab.plugin:vivo:5.4.3'
//可选,sound语音播报功能
implementation("com.engagelab.plugin:oth_sound:5.4.2") // 此处以5.4.0 版本为例。

Expand All @@ -71,4 +71,4 @@ dependencies {
implementation 'com.google.code.gson:gson:2.10.1'
implementation 'commons-codec:commons-codec:1.6'
implementation 'androidx.annotation:annotation:1.1.0'
}
}
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: flutter_plugin_engagelab
description: A new Flutter plugin.
version: 1.4.2+542541
version: 1.4.3+543541
#version:x.x.x+android版本号ios版本号(+后成的版本号对应原生无.版本号)
homepage: https://www.engagelab.com/

Expand Down