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 { defaultConfig {
applicationId "cc.winboll.studio.appbase" applicationId "cc.winboll.studio.appbase"
minSdkVersion 24 minSdkVersion 24
targetSdkVersion 29 targetSdkVersion 30
versionCode 1 versionCode 1
// versionName // versionName
// .winboll/winbollBuildProps.properties stageCount=0 // .winboll/winbollBuildProps.properties stageCount=0

View File

@ -1,8 +1,8 @@
#Created by .winboll/winboll_app_build.gradle #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 stageCount=4
libraryProject=libappbase libraryProject=libappbase
baseVersion=15.7 baseVersion=15.7
publishVersion=15.7.3 publishVersion=15.7.3
buildCount=0 buildCount=5
baseBetaVersion=15.7.4 baseBetaVersion=15.7.4

View File

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

View File

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

View File

@ -1,8 +1,8 @@
#Created by .winboll/winboll_app_build.gradle #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 stageCount=4
libraryProject=libappbase libraryProject=libappbase
baseVersion=15.7 baseVersion=15.7
publishVersion=15.7.3 publishVersion=15.7.3
buildCount=0 buildCount=5
baseBetaVersion=15.7.4 baseBetaVersion=15.7.4

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB