hch
2022-04-08 91a8d0eb203b4b23db85034cc1390ee811000d02
0312 测试
5个文件已修改
6 ■■■■ 已修改文件
Channel/Android/VNGame/debug/libs/library-debug-VNGame.aar 补丁 | 查看 | 原始文档 | blame | 历史
Channel/Android/VNGame/release/libs/library-release-VNGame.aar 补丁 | 查看 | 原始文档 | blame | 历史
SdkProject/app/src/main/AndroidManifest.xml 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
SdkProject/build.gradle 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
SdkProject/channel/VNGame/AndroidManifest.xml 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
Channel/Android/VNGame/debug/libs/library-debug-VNGame.aar
Binary files differ
Channel/Android/VNGame/release/libs/library-release-VNGame.aar
Binary files differ
SdkProject/app/src/main/AndroidManifest.xml
@@ -6,7 +6,7 @@
    <uses-permission android:name="android.permission.INTERNET" />
    <application
        android:name="com.secondworld.sdk.GTGameApp"
        android:name="com.soha.sdk.SohaApplication"
        android:allowBackup="true"
        android:icon="@mipmap/ic_launcher"
        android:label="@string/app_name"
SdkProject/build.gradle
@@ -7,7 +7,7 @@
    }
    dependencies {
        classpath "com.android.tools.build:gradle:4.1.1"
        classpath "com.android.tools.build:gradle:3.6.4"
        classpath "com.google.gms:google-services:4.3.3"
        // NOTE: Do not place your application dependencies here; they belong
        // in the individual module deps.gradle files
SdkProject/channel/VNGame/AndroidManifest.xml
@@ -17,7 +17,7 @@
    <application
        android:name="com.soha.sdk.SohaApplication"
        android:name=".GTGameApp"
        android:requestLegacyExternalStorage="true"
        android:usesCleartextTraffic="true"
        tools:replace="android:name">