Skip to content

Commit

Permalink
Release 1.2.1 - Small adjustment
Browse files Browse the repository at this point in the history
  • Loading branch information
kevingermainbusiness committed Jul 11, 2023
1 parent e6d282b commit 676b5a7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ repositories {

```groovy
dependencies {
implementation "com.github.germainkevinbusiness:CollapsingTopBarCompose:1.2.0"
implementation "com.github.germainkevinbusiness:CollapsingTopBarCompose:1.2.1"
}
```

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
buildscript {
ext {
coreKtx = '1.10.1'
libraryVersion ='1.2.0'
libraryVersion ='1.2.1'
timberVersion ='5.0.1'
}
repositories {
Expand Down
2 changes: 1 addition & 1 deletion collapsingtopbar/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ dependencies {
implementation 'androidx.appcompat:appcompat:1.6.1'
implementation "com.jakewharton.timber:timber:$timberVersion"

def composeBom = platform("androidx.compose:compose-bom:2023.04.01")
def composeBom = platform("androidx.compose:compose-bom:2023.05.01")
implementation composeBom
androidTestImplementation composeBom

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ internal val TopBarHorizontalPadding = 4.dp
internal val DefaultCollapsingTopBarElevation = 0.dp

// Used to add spacing when the title is next to the navigation icon.
internal val TopBarTitleInset = 16.dp - TopBarHorizontalPadding
internal val TopBarTitleInset = 16.dp

/**
* A way to remove any floating number from the [Dp] value, and just get the [Int] side of the [Dp]
Expand Down

0 comments on commit 676b5a7

Please sign in to comment.