liuxue
2021-07-30 32dbf241c8db7b66b865a5fbcce9cd249448f257
0000 增加 bt3 quick sdk android 和ios
5个文件已修改
9 ■■■■■ 已修改文件
Channel/Android/qkbt3game/debug/libs/library-debug-qkbt3game.aar 补丁 | 查看 | 原始文档 | blame | 历史
Channel/Android/qkbt3game/release/libs/library-release-qkbt3game.aar 补丁 | 查看 | 原始文档 | blame | 历史
SdkProject/channel/qkbt3game/AndroidManifest.xml 4 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
SdkProject/channel/qkbt3game/java/com/secondworld/sdk/BtGameMain.java 3 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
SdkProject/gradle.properties 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
Channel/Android/qkbt3game/debug/libs/library-debug-qkbt3game.aar
Binary files differ
Channel/Android/qkbt3game/release/libs/library-release-qkbt3game.aar
Binary files differ
SdkProject/channel/qkbt3game/AndroidManifest.xml
@@ -22,13 +22,15 @@
            android:name="unityplayer.ForwardNativeEventsToDalvik"
            android:value="true" />
        <meta-data android:name="channelID" android:value="quicksdk_channel"/>
        <activity
            android:name="com.secondworld.sdk.SplashActivity"
            android:screenOrientation="sensorLandscape">
        </activity>
        <provider
            android:name="androidx.core.content.FileProvider"
            android:name="android.support.v4.content.FileProvider"
            android:authorities="quicksdk_packName.Provider"
            android:exported="false"
            android:grantUriPermissions="true">
SdkProject/channel/qkbt3game/java/com/secondworld/sdk/BtGameMain.java
@@ -4,7 +4,7 @@
import android.app.AlertDialog;
import android.content.DialogInterface;
import android.content.Intent;
import androidx.annotation.NonNull;
import android.support.annotation.NonNull;
import android.view.KeyEvent;
import com.quicksdk.QuickSDK;
@@ -16,6 +16,7 @@
    public void onCreate(Activity activity) {
        super.onCreate(activity);
        QuickSdkMgr.I.requestPermissions(activity);
        QuickSdkMgr.I.init(activity);
        com.quicksdk.Sdk.getInstance().onCreate(activity);
    }
SdkProject/gradle.properties
@@ -18,4 +18,4 @@
## Automatically convert third-party libraries to use AndroidX
android.enableJetifier=false
#当前构建的渠道名称
CHANNEL_NAME=qkbt2game
CHANNEL_NAME=qkbt3game