diff --git a/README.md b/README.md index 47ce95b..5b71bc1 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.2" +implementation "me.onebone:toolbar-compose:2.3.3" ``` or build.gradle.kts: ```kotlin -implementation("me.onebone:toolbar-compose:2.3.2") +implementation("me.onebone:toolbar-compose:2.3.3") ``` ## Example diff --git a/build.gradle b/build.gradle index 1c782c5..85917f6 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.2' + library_version = '2.3.3' kotlin_version = '1.6.10' compose_version = '1.1.1'