Compare commits

...

3 Commits

Author SHA1 Message Date
ZhanGSKen
fe7ba6d38d <apputils>APK 15.0.5 release Publish. 2025-03-18 10:56:08 +08:00
ZhanGSKen
b3548bf1df 类库主题属性继承名称尝试 2025-03-18 10:55:13 +08:00
ZhanGSKen
d4b8b3bb35 <libapputils>Library Release 15.0.4 2025-03-18 10:46:52 +08:00
4 changed files with 10 additions and 10 deletions

View File

@@ -1,8 +1,8 @@
#Created by .winboll/winboll_app_build.gradle #Created by .winboll/winboll_app_build.gradle
#Tue Mar 18 10:46:39 HKT 2025 #Tue Mar 18 10:56:08 HKT 2025
stageCount=5 stageCount=6
libraryProject=libapputils libraryProject=libapputils
baseVersion=15.0 baseVersion=15.0
publishVersion=15.0.4 publishVersion=15.0.5
buildCount=0 buildCount=0
baseBetaVersion=15.0.5 baseBetaVersion=15.0.6

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<resources> <resources>
<style name="MyUtilsTheme" parent="APPBaseTheme"> <style name="MyUtilsTheme" parent="UtilsTheme">
<item name="attrColorPrimary">@color/colorPrimary</item> <item name="attrColorPrimary">@color/colorPrimary</item>
<item name="themeGlobalCrashActivity">@style/GlobalCrashActivityTheme</item> <item name="themeGlobalCrashActivity">@style/GlobalCrashActivityTheme</item>
</style> </style>

View File

@@ -1,8 +1,8 @@
#Created by .winboll/winboll_app_build.gradle #Created by .winboll/winboll_app_build.gradle
#Tue Mar 18 10:46:39 HKT 2025 #Tue Mar 18 10:56:08 HKT 2025
stageCount=5 stageCount=6
libraryProject=libapputils libraryProject=libapputils
baseVersion=15.0 baseVersion=15.0
publishVersion=15.0.4 publishVersion=15.0.5
buildCount=0 buildCount=0
baseBetaVersion=15.0.5 baseBetaVersion=15.0.6

View File

@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<resources> <resources>
<style name="UtilsTheme" parent="APPBaseTheme"> <style name="UtilsTheme" parent="@style/APPBaseTheme">
</style> </style>
</resources> </resources>