Commit 42754d18a33722d0bc995e8569e98c4600d68066
1 parent
057d4c203d
Exists in
master
修改gradle引用的库
Showing 1 changed file with 2 additions and 2 deletions Side-by-side Diff
GameSDKDemo/build.gradle
| ... | ... | @@ -78,6 +78,6 @@ dependencies { |
| 78 | 78 | implementation 'com.tencent.mm.opensdk:wechat-sdk-android-without-mta:5.1.4' |
| 79 | 79 | //VK |
| 80 | 80 | implementation 'com.gumptech:VKsdk:1.5.4' |
| 81 | - implementation project(':GameSDK') | |
| 82 | -// implementation 'com.gumptech.sdk:GameSDK:4.5.3' | |
| 81 | +// implementation project(':GameSDK') | |
| 82 | + implementation 'com.gumptech.sdk:GameSDK:4.5.5' | |
| 83 | 83 | } |