File tree Expand file tree Collapse file tree 5 files changed +562
-19
lines changed
lib/java/mobi/lab/components/theme/res Expand file tree Collapse file tree 5 files changed +562
-19
lines changed Original file line number Diff line number Diff line change 22
33The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) . This project does not use semantic versioning.
44
5- ## 0.0.15 [ UNRELEASED]
5+ ## 0.0.16 - [ UNRELEASED]
66
77### Changed
88
99- ...
1010
11- ## 0.0.14 - 2024.06.03 [ UNRELEASED]
11+ ## 0.0.15 - 2024.07.04
12+
13+ ### Changed
14+
15+ - Added separate Theme.LabComponents and Theme.Lab themes. Theme.LabComponents inherits from MaterialComponents and Theme.Lab from Material3 themes.
16+
17+ ## 0.0.14 - 2024.06.03
1218
1319### Changed
1420
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ plugins {
1010
1111ext {
1212 // Current version of the library
13- libraryVersion = " 0.0.14 "
13+ libraryVersion = " 0.0.15 "
1414}
1515
1616subprojects {
Original file line number Diff line number Diff line change 22<resources >
33 <style name =" Theme.Lab.DayNight" parent =" Theme.Lab.Dark" />
44 <style name =" Theme.Lab.DayNight.Develop" parent =" Theme.Lab.Dark.Develop" />
5+ <style name =" Theme.LabComponents.DayNight" parent =" Theme.LabComponents.Dark" />
6+ <style name =" Theme.LabComponents.DayNight.Develop" parent =" Theme.LabComponents.Dark.Develop" />
57</resources >
You can’t perform that action at this time.
0 commit comments