Commit b0ad9130e16474486e8ab1ef585e137f7c18203f

Authored by 赵康
1 parent 409f1ffaa4
Exists in master

release3.3.2

修改自动登录时切换账号,使用vk有概率无法再登录的问题

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

No preview for this file type
... ... @@ -0,0 +1,2 @@
  1 +
  2 +**/.DS_Store
android/GameSDKRelease/libs/GameSDK_v3.3.1_proguard.jar
No preview for this file type
android/GameSDKRelease/libs/GameSDK_v3.3.2_proguard.jar
No preview for this file type
android/GameSDKSample/src/com/gumptech/loginsdk/sample/MainActivity.java
... ... @@ -61,7 +61,7 @@ public class MainActivity extends Activity implements PurchaseCallback{
61 61 /**
62 62 * 设置否是开启debug模式
63 63 */
64   - GumpSDK.setDebugState(false);
  64 + GumpSDK.setDebugState(true);
65 65 /**
66 66 * 设置是否启用facebook登录
67 67 */
... ... @@ -69,7 +69,7 @@ public class MainActivity extends Activity implements PurchaseCallback{
69 69 /**
70 70 * 设置是否启用Vk登录
71 71 */
72   - GumpSDK.setVKEnable(false);
  72 + GumpSDK.setVKEnable(true);
73 73 /**
74 74 * 设置屏幕方向
75 75 */
ios/.DS_Store
No preview for this file type