Compare commits
3 Commits
apputils-v
...
apputils-v
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
fe7ba6d38d | ||
|
|
b3548bf1df | ||
|
|
d4b8b3bb35 |
@@ -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
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user