Skip to content

Commit

Permalink
bump version to 2.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
onebone committed Jul 13, 2022
1 parent 71ba1f2 commit 833501f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ A simple implementation of [CollapsingToolbarLayout](https://developer.android.c
You should add `mavenCentral()` repository before installation. Then add the following line to the `dependencies` block in your app level build.gradle:

```gradle
implementation "me.onebone:toolbar-compose:2.3.3"
implementation "me.onebone:toolbar-compose:2.3.4"
```
or build.gradle.kts:
```kotlin
implementation("me.onebone:toolbar-compose:2.3.3")
implementation("me.onebone:toolbar-compose:2.3.4")
```

## Example
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
ext {
library_version = '2.3.3'
library_version = '2.3.4'

kotlin_version = '1.7.0'
compose_version = '1.1.1'
Expand Down

0 comments on commit 833501f

Please sign in to comment.