diff --git a/README.md b/README.md index 38b8e04..f92619b 100644 --- a/README.md +++ b/README.md @@ -5,8 +5,8 @@ `cascade` builds nested popup menus with smooth height animations. It is designed to be a *drop-in* replacement for both [PopupMenu](https://developer.android.com/reference/androidx/appcompat/widget/PopupMenu) and [DropdownMenu](https://developer.android.com/reference/kotlin/androidx/compose/material3/package-summary#DropdownMenu(kotlin.Boolean,kotlin.Function0,androidx.compose.ui.Modifier,androidx.compose.ui.unit.DpOffset,androidx.compose.ui.window.PopupProperties,kotlin.Function1)), so using it in your project is beautifully only a word away. Try out the [sample app](https://github.com/saket/cascade/releases/download/2.0.0-rc01/cascade_v2.0.0-rc01_sample.apk) to see it in action. ```groovy -implementation "me.saket.cascade:cascade:2.2.0" -implementation "me.saket.cascade:cascade-compose:2.2.0" +implementation "me.saket.cascade:cascade:2.3.0" +implementation "me.saket.cascade:cascade-compose:2.3.0" ``` See [project website](https://saket.github.io/cascade) for full documentation. diff --git a/docs/compose/index.md b/docs/compose/index.md index 42a6428..9771e59 100644 --- a/docs/compose/index.md +++ b/docs/compose/index.md @@ -7,7 +7,7 @@ [drop_down_menu]: https://developer.android.com/reference/kotlin/androidx/compose/material3/package-summary#DropdownMenu(kotlin.Boolean,kotlin.Function0,androidx.compose.ui.Modifier,androidx.compose.ui.unit.DpOffset,androidx.compose.ui.window.PopupProperties,kotlin.Function1) ```groovy -implementation "me.saket.cascade:cascade-compose:2.2.0" +implementation "me.saket.cascade:cascade-compose:2.3.0" implementation "androidx.compose.material3:material3:…" // https://d.android.com/jetpack/androidx/releases/compose-material3 ``` diff --git a/docs/index.md b/docs/index.md index 4192790..586e9ea 100644 --- a/docs/index.md +++ b/docs/index.md @@ -5,8 +5,8 @@ `cascade` builds nested popup menus with smooth height animations. It is designed to be a *drop-in* replacement for both [PopupMenu](https://developer.android.com/reference/androidx/appcompat/widget/PopupMenu) and [DropdownMenu](https://developer.android.com/reference/kotlin/androidx/compose/material3/package-summary#DropdownMenu(kotlin.Boolean,kotlin.Function0,androidx.compose.ui.Modifier,androidx.compose.ui.unit.DpOffset,androidx.compose.ui.window.PopupProperties,kotlin.Function1)), so using it in your project is beautifully only a word away. Try out the [sample app](https://github.com/saket/cascade/releases/download/2.0.0-rc01/cascade_v2.0.0-rc01_sample.apk) to see it in action. ```groovy -implementation "me.saket.cascade:cascade:2.2.0" -implementation "me.saket.cascade:cascade-compose:2.2.0" +implementation "me.saket.cascade:cascade:2.3.0" +implementation "me.saket.cascade:cascade-compose:2.3.0" ``` === "Compose UI" diff --git a/docs/views/index.md b/docs/views/index.md index 010690a..413811b 100644 --- a/docs/views/index.md +++ b/docs/views/index.md @@ -5,7 +5,7 @@ `cascade` offers a drop-in replacement for [PopupMenu](https://developer.android.com/reference/androidx/appcompat/widget/PopupMenu). For guidance on creating & nesting menus, the [official documentation](https://developer.android.com/develop/ui/views/components/menus) can be followed while replacing any usages of `PopupMenu` with `CascadePopupMenu`. ```groovy -implementation "me.saket.cascade:cascade:2.2.0" +implementation "me.saket.cascade:cascade:2.3.0" ``` ```diff diff --git a/gradle.properties b/gradle.properties index ab43c15..62e5059 100644 --- a/gradle.properties +++ b/gradle.properties @@ -4,7 +4,7 @@ android.useAndroidX=true android.defaults.buildfeatures.buildconfig=false GROUP=me.saket.cascade -VERSION_NAME=2.3.0-SNAPSHOT +VERSION_NAME=2.3.0 SONATYPE_HOST=DEFAULT RELEASE_SIGNING_ENABLED=true