diff --git a/CHANGELOG.md b/CHANGELOG.md index c5638ea..5ceffcb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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` 名称接收 diff --git a/android/build.gradle b/android/build.gradle index 15e1285..1b2c69a 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -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厂商 @@ -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 版本为例。 @@ -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' -} \ No newline at end of file +} diff --git a/pubspec.yaml b/pubspec.yaml index 2df05cc..00b38a3 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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/