From da1e02b79005c6d5b55de5d5d98346b26235f8d2 Mon Sep 17 00:00:00 2001 From: juncong lee Date: Wed, 24 Sep 2025 17:48:45 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8D=87=E7=BA=A7=E7=89=88=E6=9C=AC=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Assets/Script/SDKManager/RushSDKManager.cs | 2 +- Assets/Script/Version/Version.md | 30 +++++++++++++++++++++- 2 files changed, 30 insertions(+), 2 deletions(-) diff --git a/Assets/Script/SDKManager/RushSDKManager.cs b/Assets/Script/SDKManager/RushSDKManager.cs index ac32151..a9c62dd 100644 --- a/Assets/Script/SDKManager/RushSDKManager.cs +++ b/Assets/Script/SDKManager/RushSDKManager.cs @@ -21,7 +21,7 @@ public class RushSDKManager : D_MonoSingleton public static string GetSDKVersion() { - return "1.0.4.1"; + return "1.0.4.2"; } protected override void Initialized() { diff --git a/Assets/Script/Version/Version.md b/Assets/Script/Version/Version.md index 84bbbd3..8aecb68 100644 --- a/Assets/Script/Version/Version.md +++ b/Assets/Script/Version/Version.md @@ -1,4 +1,4 @@ -# Version 1.0.4.0 2025.9.19 +# Version 1.0.4.2 2025.9.24 ## Bugs @@ -10,6 +10,34 @@ ## Changelog +- 修复admob GetResponseInfo为空报错的问题 + +# Version 1.0.4.1 2025.9.22 + +## Bugs + +- None + +## Known issues + +- None + +## Changelog + +- 修复Kwai广告位竞价逻辑收益上报unitId错误 + +# Version 1.0.4.0 2025.9.19 + +## Bugs + +- None + +## Known issues + +- Kwai广告位竞价逻辑收益上报unitId错误 + +## Changelog + - 新增支付逻辑 # Version 1.0.3.0 2025.9.18