Files
yusheng-android/modulenews/src/main/AndroidManifest.xml
梁小江 56119bb7bc 1、个人信息完善
2、集成聊天功能
3、完成登录
2025-05-29 08:59:34 +08:00

11 lines
353 B
XML

<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
<application
android:allowBackup="true"
android:icon="@mipmap/ic_launcher"
android:roundIcon="@mipmap/ic_launcher_round"
android:supportsRtl="true"
android:theme="@style/Theme.QxLive" />
</manifest>