From 0ddde805504c4e8d3c83d2a9a44a7c6f31cb0e5b Mon Sep 17 00:00:00 2001
From: hch <305670599@qq.com>
Date: 星期五, 31 五月 2024 14:51:21 +0800
Subject: [PATCH] 0312 更新新sdk - aab包
---
SdkProject/app/src/main/AndroidManifest.xml | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/SdkProject/app/src/main/AndroidManifest.xml b/SdkProject/app/src/main/AndroidManifest.xml
index 0946b58..0a0be1d 100644
--- a/SdkProject/app/src/main/AndroidManifest.xml
+++ b/SdkProject/app/src/main/AndroidManifest.xml
@@ -1,16 +1,18 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:tools="http://schemas.android.com/tools"
package="com.secondworld.demo">
<uses-permission android:name="android.permission.INTERNET" />
<application
+ android:name="com.secondworld.sdk.BtGameApp"
android:allowBackup="true"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:roundIcon="@mipmap/ic_launcher_round"
android:supportsRtl="true"
- android:theme="@style/Theme.SdkProject">
+ tools:replace="android:name">
<activity android:name=".MainActivity">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
--
Gitblit v1.8.0