Skip to content

Commit

Permalink
0.0.9 [FIX] 修复LiveDataBus 广播注销不生效的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
tanranran committed Nov 25, 2024
1 parent d36ecdf commit 3e4c861
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## [v0.0.9] 2024-11-25
修复LiveDataBus 广播注销不生效的问题
新增KeyBoardUtils 工具类

## [v0.0.8] 2024-09-19
升级ohos/crypto-js

Expand Down
4 changes: 4 additions & 0 deletions utilcode/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## [v0.0.9] 2024-11-25
修复LiveDataBus 广播注销不生效的问题
新增KeyBoardUtils 工具类

## [v0.0.8] 2024-09-19
升级ohos/crypto-js

Expand Down
2 changes: 1 addition & 1 deletion utilcode/oh-package.json5
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@android_x/utilcode",
"version": "0.0.8",
"version": "0.0.9",
"description": "一款高效的OpenHarmony/HarmonyOS工具包从Blankj/AndroidUtilCode 移植而来.封装了常用工具类,提供一系列快捷操作方法。",
"keywords": [
"工具类",
Expand Down

0 comments on commit 3e4c861

Please sign in to comment.