showkase version upgrade to 1.0.0-beta17

Should fix multiple `@Preview` annotations issue and make us allow set preview to `internal`.
This commit is contained in:
Benoit Marty 2023-02-10 00:22:07 +01:00 committed by Benoit Marty
parent 2ea45a9ee1
commit 00ce51cade
2 changed files with 3 additions and 2 deletions

View file

@ -44,7 +44,7 @@ fun DependencyHandlerScope.composeDependencies() {
implementation("androidx.activity:activity-compose:1.6.1")
debugImplementation("androidx.compose.ui:ui-tooling")
debugImplementation("androidx.compose.ui:ui-test-manifest")
implementation("com.airbnb.android:showkase:1.0.0-beta14")
implementation("com.airbnb.android:showkase:1.0.0-beta17")
implementation("org.jetbrains.kotlinx:kotlinx-collections-immutable:0.3.5")
}