Skip to content

Commit 676b5a7

Browse files
Release 1.2.1 - Small adjustment
1 parent e6d282b commit 676b5a7

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ repositories {
3737

3838
```groovy
3939
dependencies {
40-
implementation "com.github.germainkevinbusiness:CollapsingTopBarCompose:1.2.0"
40+
implementation "com.github.germainkevinbusiness:CollapsingTopBarCompose:1.2.1"
4141
}
4242
```
4343

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
buildscript {
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 {

collapsingtopbar/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

collapsingtopbar/src/main/java/com/germainkevin/collapsingtopbar/Internal&PrivateValues.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ internal val TopBarHorizontalPadding = 4.dp
2525
internal 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]

0 commit comments

Comments
 (0)