通知模块改造尝试。

This commit is contained in:
2026-01-09 19:49:53 +08:00
parent 2a8404cbbe
commit aa27ffb002
2 changed files with 3 additions and 3 deletions

View File

@@ -1,8 +1,8 @@
#Created by .winboll/winboll_app_build.gradle
#Fri Jan 09 11:30:12 GMT 2026
#Fri Jan 09 11:47:57 GMT 2026
stageCount=4
libraryProject=
baseVersion=15.14
publishVersion=15.14.3
buildCount=3
buildCount=6
baseBetaVersion=15.14.4

View File

@@ -32,7 +32,7 @@ public class NotificationManagerUtils {
public static final String TAG = "NotificationManagerUtils";
// ********** 新增:通知版本管理常量 **********
/** 通知版本标识(源码标记版本,变更时会清理旧渠道) */
public static final String NOTIFICATION_VERSION = "v1.0.1";
public static final String NOTIFICATION_VERSION = "v1.0.2";
/** SP存储键已保存的通知版本 */
private static final String SP_KEY_NOTIFICATION_VERSION = "sp_key_notification_version";
/** SP文件名 */