diff --git a/GameSDKDemo/build.gradle b/GameSDKDemo/build.gradle index b0af34e..a3d0d2d 100644 --- a/GameSDKDemo/build.gradle +++ b/GameSDKDemo/build.gradle @@ -84,5 +84,5 @@ dependencies { testImplementation 'junit:junit:4.12' implementation 'com.android.support:appcompat-v7:26.1.0' // implementation project(':GameSDK') - implementation 'com.gumptech.sdk:GameSDK:4.6.2' + implementation 'com.gumptech.sdk:GameSDK:4.6.3' } diff --git a/README.md b/README.md index dbd118a..e608ea7 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Gump SDK 4 for Android接入文档 -V4.6.2 -2018年10月19日 +V4.6.3 +2018年10月23日 ## 版本概述 @@ -19,7 +19,7 @@ V4.6.2 } } dependencies { - implementation 'com.gumptech.sdk:GameSDK:4.6.2' + implementation 'com.gumptech.sdk:GameSDK:4.6.3' }