File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
src/main/java/com/germainkevin/collapsingtopbar Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ repositories {
3737
3838``` groovy
3939dependencies {
40- implementation "com.github.germainkevinbusiness:CollapsingTopBarCompose:1.2.0 "
40+ implementation "com.github.germainkevinbusiness:CollapsingTopBarCompose:1.2.1 "
4141}
4242```
4343
Original file line number Diff line number Diff line change 11buildscript {
22 ext {
33 coreKtx = ' 1.10.1'
4- libraryVersion = ' 1.2.0 '
4+ libraryVersion = ' 1.2.1 '
55 timberVersion = ' 5.0.1'
66 }
77 repositories {
Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ dependencies {
7777 implementation ' androidx.appcompat:appcompat:1.6.1'
7878 implementation " com.jakewharton.timber:timber:$timberVersion "
7979
80- def composeBom = platform(" androidx.compose:compose-bom:2023.04 .01" )
80+ def composeBom = platform(" androidx.compose:compose-bom:2023.05 .01" )
8181 implementation composeBom
8282 androidTestImplementation composeBom
8383
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ internal val TopBarHorizontalPadding = 4.dp
2525internal val DefaultCollapsingTopBarElevation = 0 .dp
2626
2727// Used to add spacing when the title is next to the navigation icon.
28- internal val TopBarTitleInset = 16 .dp - TopBarHorizontalPadding
28+ internal val TopBarTitleInset = 16 .dp
2929
3030/* *
3131 * A way to remove any floating number from the [Dp] value, and just get the [Int] side of the [Dp]
You can’t perform that action at this time.
0 commit comments