Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| a8587fd636 | |||
| cc1e148608 | |||
| 5ec65f7c89 |
@@ -1,8 +1,8 @@
|
|||||||
#Created by .winboll/winboll_app_build.gradle
|
#Created by .winboll/winboll_app_build.gradle
|
||||||
#Tue Jul 21 14:00:54 HKT 2026
|
#Tue Jul 21 14:10:49 HKT 2026
|
||||||
stageCount=3
|
stageCount=4
|
||||||
libraryProject=libappbase
|
libraryProject=libappbase
|
||||||
baseVersion=15.21
|
baseVersion=15.21
|
||||||
publishVersion=15.21.2
|
publishVersion=15.21.3
|
||||||
buildCount=0
|
buildCount=0
|
||||||
baseBetaVersion=15.21.3
|
baseBetaVersion=15.21.4
|
||||||
|
|||||||
@@ -1,14 +1,15 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version='1.0' encoding='utf-8'?>
|
||||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
<manifest
|
||||||
xmlns:tools="http://schemas.android.com/tools" >
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
|
xmlns:tools="http://schemas.android.com/tools">
|
||||||
|
|
||||||
|
<!-- 拥有完全的网络访问权限 -->
|
||||||
|
<uses-permission android:name="android.permission.INTERNET"/>
|
||||||
|
|
||||||
<application
|
<application
|
||||||
tools:replace="android:icon"
|
tools:replace="android:icon"
|
||||||
android:icon="@drawable/ic_winboll_beta">
|
android:icon="@drawable/ic_winboll_beta">
|
||||||
|
|
||||||
<!-- Put flavor specific code here -->
|
|
||||||
|
|
||||||
</application>
|
</application>
|
||||||
|
|
||||||
</manifest>
|
</manifest>
|
||||||
|
|
||||||
@@ -1,8 +1,8 @@
|
|||||||
#Created by .winboll/winboll_app_build.gradle
|
#Created by .winboll/winboll_app_build.gradle
|
||||||
#Tue Jul 21 14:00:54 HKT 2026
|
#Tue Jul 21 14:10:49 HKT 2026
|
||||||
stageCount=3
|
stageCount=4
|
||||||
libraryProject=libappbase
|
libraryProject=libappbase
|
||||||
baseVersion=15.21
|
baseVersion=15.21
|
||||||
publishVersion=15.21.2
|
publishVersion=15.21.3
|
||||||
buildCount=0
|
buildCount=0
|
||||||
baseBetaVersion=15.21.3
|
baseBetaVersion=15.21.4
|
||||||
|
|||||||
Reference in New Issue
Block a user