添加stage应用资源

This commit is contained in:
2025-11-27 10:41:14 +08:00
parent c3b50a23f6
commit 7ff4bf64f7
4 changed files with 21 additions and 3 deletions

View File

@@ -18,7 +18,7 @@ def genVersionName(def versionName){
}
android {
// 1. compileSdkVersion必须 ≥ targetSdkVersion建议直接等于 targetSdkVersion30
compileSdkVersion 30

View File

@@ -1,8 +1,8 @@
#Created by .winboll/winboll_app_build.gradle
#Thu Nov 27 10:34:19 HKT 2025
#Thu Nov 27 02:39:24 GMT 2025
stageCount=1
libraryProject=
baseVersion=15.11
publishVersion=15.11.0
buildCount=0
buildCount=1
baseBetaVersion=15.11.1

View File

@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools" >
<application>
<!-- Put flavor specific code here -->
</application>
</manifest>

View File

@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<!-- Put flavor specific strings here -->
</resources>