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' }