From 42754d18a33722d0bc995e8569e98c4600d68066 Mon Sep 17 00:00:00 2001 From: King Date: Thu, 13 Sep 2018 16:38:49 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9gradle=E5=BC=95=E7=94=A8?= =?UTF-8?q?=E7=9A=84=E5=BA=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- GameSDKDemo/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/GameSDKDemo/build.gradle b/GameSDKDemo/build.gradle index 8cdaf57..daf3f4d 100644 --- a/GameSDKDemo/build.gradle +++ b/GameSDKDemo/build.gradle @@ -78,6 +78,6 @@ dependencies { implementation 'com.tencent.mm.opensdk:wechat-sdk-android-without-mta:5.1.4' //VK implementation 'com.gumptech:VKsdk:1.5.4' - implementation project(':GameSDK') -// implementation 'com.gumptech.sdk:GameSDK:4.5.3' +// implementation project(':GameSDK') + implementation 'com.gumptech.sdk:GameSDK:4.5.5' } -- 2.0.0