From bfc89812530a098367e8dacf90bdf6e000f3664a Mon Sep 17 00:00:00 2001 From: chenjuntao Date: Mon, 19 May 2025 10:42:28 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E7=89=88=E6=9C=AC=E6=9B=B4=E6=96=B0?= =?UTF-8?q?=E8=87=B3=205.41.3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dependencies.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dependencies.gradle b/dependencies.gradle index 7083786a97..2c8c05c95e 100644 --- a/dependencies.gradle +++ b/dependencies.gradle @@ -7,8 +7,8 @@ ext { targetSdkVersion = 30 // 升级targetSdkVersion到 34 时需要根据官方文档补全前台服务的权限类型。比如 NDownloadService,KeepAliveService // application info (每个大版本之间的 versionCode 增加 20) - versionCode = 1172 - versionName = "5.41.2" + versionCode = 1173 + versionName = "5.41.3" applicationId = "com.gh.gamecenter" applicationIdGat = "com.gh.gamecenter.intl"