Commit 442dd93729a3f8e615f6cf7079d4f021ffe913ac

Authored by 赵康
1 parent 1e361ab0fb
Exists in master

4.7.0:修改依赖为远程依赖

Showing 1 changed file with 2 additions and 2 deletions Side-by-side Diff

GameSDKDemo/build.gradle
... ... @@ -85,8 +85,8 @@ dependencies {
85 85 testImplementation 'junit:junit:4.12'
86 86 implementation 'com.android.support:appcompat-v7:26.1.0'
87 87 implementation 'com.android.support:design:26.1.0'
88   - implementation project(':GameSDK')
  88 +// implementation project(':GameSDK')
89 89 // implementation project(':IAP5Helper')
90   -// implementation 'com.gumptech.sdk:GameSDK:4.6.5'
  90 + implementation 'com.gumptech.sdk:GameSDK:4.7.0'
91 91 // implementation 'com.gumptech.sdk:SamsungIAP:5.1.1'
92 92 }