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

@ -35,7 +35,8 @@ test_core = "1.4.0"
coil = "2.2.2"
datetime = "0.4.0"
serialization_json = "1.4.1"
showkase = "1.0.0-beta14"
# Warning, also hard-coded in composeDependencies()
showkase = "1.0.0-beta17"
jsoup = "1.15.3"
appyx = "1.0.3"
dependencycheck = "7.4.4"

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")
}