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:
committed by
Benoit Marty
parent
e4bbfc1470
commit
e09dd44e5d
@@ -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"
|
||||
|
||||
@@ -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")
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user