diff --git a/README.md b/README.md index fd1c93d..e80e350 100644 --- a/README.md +++ b/README.md @@ -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.0" +implementation "me.onebone:toolbar-compose:2.3.1" ``` or build.gradle.kts: ```kotlin -implementation("me.onebone:toolbar-compose:2.3.0") +implementation("me.onebone:toolbar-compose:2.3.1") ``` ## Example diff --git a/build.gradle b/build.gradle index de3e9db..2bbc64c 100644 --- a/build.gradle +++ b/build.gradle @@ -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.0' + library_version = '2.3.1' kotlin_version = '1.5.31' compose_version = '1.0.5' diff --git a/gradlew b/gradlew old mode 100644 new mode 100755