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:
parent
e4bbfc1470
commit
e09dd44e5d
2 changed files with 3 additions and 2 deletions
|
|
@ -35,7 +35,8 @@ test_core = "1.4.0"
|
||||||
coil = "2.2.2"
|
coil = "2.2.2"
|
||||||
datetime = "0.4.0"
|
datetime = "0.4.0"
|
||||||
serialization_json = "1.4.1"
|
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"
|
jsoup = "1.15.3"
|
||||||
appyx = "1.0.3"
|
appyx = "1.0.3"
|
||||||
dependencycheck = "7.4.4"
|
dependencycheck = "7.4.4"
|
||||||
|
|
|
||||||
|
|
@ -44,7 +44,7 @@ fun DependencyHandlerScope.composeDependencies() {
|
||||||
implementation("androidx.activity:activity-compose:1.6.1")
|
implementation("androidx.activity:activity-compose:1.6.1")
|
||||||
debugImplementation("androidx.compose.ui:ui-tooling")
|
debugImplementation("androidx.compose.ui:ui-tooling")
|
||||||
debugImplementation("androidx.compose.ui:ui-test-manifest")
|
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")
|
implementation("org.jetbrains.kotlinx:kotlinx-collections-immutable:0.3.5")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue