Commit 7bcb33a9271ee3622c7aa125d996d8b513d5c02a

Authored by 赵康
1 parent f97711df60
Exists in master

v4.6.3:游客使用图标按钮

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

GameSDKDemo/build.gradle
... ... @@ -84,5 +84,5 @@ dependencies {
84 84 testImplementation 'junit:junit:4.12'
85 85 implementation 'com.android.support:appcompat-v7:26.1.0'
86 86 // implementation project(':GameSDK')
87   - implementation 'com.gumptech.sdk:GameSDK:4.6.2'
  87 + implementation 'com.gumptech.sdk:GameSDK:4.6.3'
88 88 }
1 1 # Gump SDK 4 for Android接入文档
2 2  
3   -V4.6.2
4   -2018年10月19日
  3 +V4.6.3
  4 +2018年10月23日
5 5  
6 6 ## 版本概述
7 7  
... ... @@ -19,7 +19,7 @@ V4.6.2
19 19 }
20 20 }
21 21 dependencies {
22   - implementation 'com.gumptech.sdk:GameSDK:4.6.2'
  22 + implementation 'com.gumptech.sdk:GameSDK:4.6.3'
23 23 }
24 24  
25 25