Merge remote-tracking branch 'origin/appbase' into aes

This commit is contained in:
ZhanGSKen 2025-04-29 12:48:41 +08:00
commit 0e4dc85dfa
6 changed files with 7 additions and 7 deletions

View File

@ -25,7 +25,7 @@ android {
defaultConfig {
applicationId "cc.winboll.studio.appbase"
minSdkVersion 24
targetSdkVersion 29
targetSdkVersion 30
versionCode 1
// versionName
// .winboll/winbollBuildProps.properties stageCount=0

View File

@ -1,8 +1,8 @@
#Created by .winboll/winboll_app_build.gradle
#Mon Apr 28 21:17:52 HKT 2025
#Tue Apr 29 04:20:48 GMT 2025
stageCount=4
libraryProject=libappbase
baseVersion=15.7
publishVersion=15.7.3
buildCount=0
buildCount=5
baseBetaVersion=15.7.4

View File

@ -5,7 +5,7 @@
<application
android:name=".App"
android:icon="@drawable/ic_launcher"
android:icon="@drawable/ic_miapp"
android:label="@string/app_name"
android:theme="@style/MyAPPBaseTheme"
android:resizeableActivity="true"

View File

@ -10,7 +10,7 @@ android {
defaultConfig {
minSdkVersion 24
targetSdkVersion 29
targetSdkVersion 30
}
buildTypes {
release {

View File

@ -1,8 +1,8 @@
#Created by .winboll/winboll_app_build.gradle
#Mon Apr 28 21:17:52 HKT 2025
#Tue Apr 29 04:20:48 GMT 2025
stageCount=4
libraryProject=libappbase
baseVersion=15.7
publishVersion=15.7.3
buildCount=0
buildCount=5
baseBetaVersion=15.7.4

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB