Skip to content

Commit

Permalink
bump version to 2.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
onebone committed Feb 27, 2022
1 parent 08555ae commit f968d73
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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.1"
implementation "me.onebone:toolbar-compose:2.3.2"
```
or build.gradle.kts:
```kotlin
implementation("me.onebone:toolbar-compose:2.3.1")
implementation("me.onebone:toolbar-compose:2.3.2")
```

## Example
Expand Down
4 changes: 2 additions & 2 deletions 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.1'
library_version = '2.3.2'

kotlin_version = '1.6.10'
compose_version = '1.1.0'
Expand All @@ -12,7 +12,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:7.1.1'
classpath 'com.android.tools.build:gradle:7.1.2'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"

// NOTE: Do not place your application dependencies here; they belong
Expand Down

0 comments on commit f968d73

Please sign in to comment.