Channel/Android/hyyngame/debug/libs/library-debug-hyyngame.aarBinary files differ
Channel/Android/hyyngame/release/libs/library-release-hyyngame.aarBinary files differ
SdkProject/channel/hyyngame/AndroidManifest.xml
@@ -36,6 +36,7 @@ android:name="ALD_GAME_MAIN_ACTIVITY" android:value="com.secondworld.sdk.GameActivity" /> <meta-data android:name="CHANNEL" android:value="ald"/> </application> SdkProject/channel/hyyngame/java/com/secondworld/sdk/GTGameApp.java
@@ -1,16 +1,16 @@ package com.secondworld.sdk; import android.app.Application; import com.ald.sdk.AldGameManger; import com.ald.sdk.AldSPApplication; public class GTGameApp extends AldSPApplication { public class GTGameApp extends Application { @Override public void onCreate() { super.onCreate(); GameAppProxy.create(this,new GTGamePlatform()); registerProxy(); //AldGameManger.getInstance().applicationOnCreate(this); AldGameManger.getInstance().applicationOnCreate(this); } protected void registerProxy() {