File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
buildSrc/src/main/kotlin/com/example/util/simpletimetracker Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ object Versions {
99 const val timber = " 4.7.1"
1010 const val javax = " 1"
1111
12- const val appcompat = " 1.1 .0"
12+ const val appcompat = " 1.2 .0"
1313 const val constraintLayout = " 1.1.3"
1414 const val recyclerView = " 1.1.0"
1515 const val lifecycleExtensions = " 2.2.0"
Original file line number Diff line number Diff line change 103103 <item name =" android:textColor" >?colorSecondary</item >
104104 </style >
105105
106- <style name =" BottomSheetDialog" parent =" Theme.MaterialComponents .Light.BottomSheetDialog" >
106+ <style name =" BottomSheetDialog" parent =" Theme.Design .Light.BottomSheetDialog" >
107107 <item name =" bottomSheetStyle" >@style/BottomSheetStyleWrapper</item >
108- <item name =" colorSecondary " >@color/colorSecondary</item >
108+ <item name =" colorAccent " >@color/colorSecondary</item >
109109 </style >
110110
111111 <style name =" BottomSheetStyleWrapper" parent =" Widget.Design.BottomSheet.Modal" >
You can’t perform that action at this time.
0 commit comments