From 6d9ae74b8fe958f8411bccb8062dabe06ff703cd Mon Sep 17 00:00:00 2001 From: hch <305670599@qq.com> Date: 星期二, 20 六月 2023 15:29:50 +0800 Subject: [PATCH] 0312 退出游戏逻辑改到activity执行 --- SdkProject/build.gradle | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/SdkProject/build.gradle b/SdkProject/build.gradle index f04e4f3..9a6f965 100644 --- a/SdkProject/build.gradle +++ b/SdkProject/build.gradle @@ -6,9 +6,9 @@ maven { url 'https://jitpack.io' } } dependencies { - classpath "com.android.tools.build:gradle:4.1.0" + classpath "com.android.tools.build:gradle:4.1.1" // NOTE: Do not place your application dependencies here; they belong - // in the individual module build.gradle files + // in the individual module deps.gradle files } } -- Gitblit v1.8.0