Commit 1f96df5c37bc9fadc67958b3bab6ec708fb094e5

Authored by 赵康
1 parent a11e639160
Exists in master

sdk升级4.7.8

Showing 2 changed files with 4 additions and 4 deletions Side-by-side Diff

GameSDKDemo/build.gradle
... ... @@ -91,6 +91,6 @@ dependencies {
91 91 implementation 'com.android.support:design:27.1.1'
92 92 // implementation project(':GameSDK')
93 93 // implementation project(':IAP5Helper')
94   - implementation 'com.gumptech.sdk:GameSDK:4.7.6'
  94 + implementation 'com.gumptech.sdk:GameSDK:4.7.8'
95 95 // implementation 'com.gumptech.sdk:SamsungIAP:5.1.1'
96 96 }
1 1 # Gump SDK 4 for Android接入文档
2 2  
3 3  
4   -V4.7.7
5   -2019年10月15日
  4 +V4.7.8
  5 +2019年12月20日
6 6  
7 7  
8 8 ## 版本概述
... ... @@ -21,7 +21,7 @@ V4.7.7
21 21 }
22 22 }
23 23 dependencies {
24   - implementation 'com.gumptech.sdk:GameSDK:4.7.7'
  24 + implementation 'com.gumptech.sdk:GameSDK:4.7.8'
25 25  
26 26 }
27 27