合并模块APPBase 同步最新时间标签appbase-v15.21.3

This commit is contained in:
qinglong
2026-07-21 16:00:04 +08:00
parent 7b1c0bf5f5
commit b5c5110a51
22 changed files with 905 additions and 72 deletions
+9 -8
View File
@@ -1,14 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools" >
<?xml version='1.0' encoding='utf-8'?>
<manifest
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools">
<!-- 拥有完全的网络访问权限 -->
<uses-permission android:name="android.permission.INTERNET"/>
<application
tools:replace="android:icon"
tools:replace="android:icon"
android:icon="@drawable/ic_winboll_beta">
<!-- Put flavor specific code here -->
</application>
</manifest>
</manifest>