lwb
2021-03-22 6df43141ac3c55f4349de9d47e1550a16129fe35
9527 gameid 强转为string
4个文件已修改
6 ■■■■ 已修改文件
Channel/Android/gtgame/debug/libs/library-debug-gtgame.aar 补丁 | 查看 | 原始文档 | blame | 历史
Channel/Android/gtgame/release/libs/library-release-gtgame.aar 补丁 | 查看 | 原始文档 | blame | 历史
SdkProject/channel/GTGame/java/com/secondworld/sdk/MySdkMgr.java 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
SdkProject/library/build.gradle 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Channel/Android/gtgame/debug/libs/library-debug-gtgame.aar
Binary files differ
Channel/Android/gtgame/release/libs/library-release-gtgame.aar
Binary files differ
SdkProject/channel/GTGame/java/com/secondworld/sdk/MySdkMgr.java
@@ -78,7 +78,7 @@
                    args.clear();
                    JSONObject info = new JSONObject();
                    info.put("account", SdkManager.getInstance().getUid());
                    info.put("game_id", SdkManager.getInstance().getGameId());
                    info.put("game_id", SdkManager.getInstance().getGameId()+"");
                    info.put("session_id", SdkManager.getInstance().getSessionId());
                    args.put("info", info);
                    UnityMsgHandler.sendMessageToUnity(CodeA2U.PlatformLoginOk, args);
SdkProject/library/build.gradle
@@ -181,10 +181,10 @@
dependencies {
    implementation 'com.android.support:support-annotations:28.0.0'
    testImplementation 'junit:junit:4.13.1'
    testImplementation 'junit:junit:4.13.2'
    //noinspection GradleCompatible
    implementation 'com.android.support:appcompat-v7:28.0.0'
//    implementation 'com.android.support:appcompat-v7:28.0.0'
//    implementation 'com.github.pqpo:Log4a:1.4.2@aar'