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
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## [1.4.2] - 2026-08-19

### Changed
- 更新 Android SDK 至 5.4.3;支持 OPPO 与 vivo 厂商消息角标处理。

## [1.4.1] - 2026-07-28

- 修复 Expo SDK 57 中 iOS `AppDelegate` 通知回调因访问级别不足导致的 Swift 编译错误。
Expand Down
8 changes: 4 additions & 4 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ android {

dependencies {
//必须 主包
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 @@ -75,10 +75,10 @@ dependencies {
implementation 'com.engagelab.plugin:meizu:5.4.2' // 此处以5.4.0 版本为例。
implementation 'com.engagelab.plugin:meizu_th_push: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'

// google push need,不需要 google 通道,则删除
implementation 'com.google.firebase:firebase-messaging:25.0.1'
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"types": "index.d.ts",
"license": "ISC",
"author": "wicked.tc130",
"version": "1.4.1",
"version": "1.4.2",
"repository": {
"type": "git",
"url": "https://github.com/DevEngageLab/push-rectnative-plugin"
Expand Down