From f85dc8a9b098580f164c33fca4e8e6412532dbdb Mon Sep 17 00:00:00 2001
From: hch <305670599@qq.com>
Date: 星期四, 24 八月 2023 13:08:59 +0800
Subject: [PATCH] 0312 弹窗
---
SdkProject/app/src/main/AndroidManifest.xml | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/SdkProject/app/src/main/AndroidManifest.xml b/SdkProject/app/src/main/AndroidManifest.xml
index 898f0d5..0a0be1d 100644
--- a/SdkProject/app/src/main/AndroidManifest.xml
+++ b/SdkProject/app/src/main/AndroidManifest.xml
@@ -6,7 +6,7 @@
<uses-permission android:name="android.permission.INTERNET" />
<application
- android:name=".MyApp"
+ android:name="com.secondworld.sdk.BtGameApp"
android:allowBackup="true"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
--
Gitblit v1.8.0