Merge pull request #5117 from element-hq/renovate/showkase
Update showkase to v1.0.5
This commit is contained in:
commit
e1095c0688
4 changed files with 4 additions and 2 deletions
|
|
@ -86,6 +86,7 @@ dependencies {
|
|||
implementation(libs.androidx.browser)
|
||||
implementation(libs.androidx.datastore.preferences)
|
||||
api(projects.features.preferences.api)
|
||||
implementation(libs.showkase)
|
||||
|
||||
implementation(platform(libs.network.okhttp.bom))
|
||||
implementation(libs.network.okhttp)
|
||||
|
|
|
|||
|
|
@ -38,7 +38,7 @@ serialization_json = "1.9.0"
|
|||
#other
|
||||
detekt = "1.23.8"
|
||||
coil = "3.3.0"
|
||||
showkase = "1.0.4"
|
||||
showkase = "1.0.5"
|
||||
appyx = "1.7.1"
|
||||
sqldelight = "2.1.0"
|
||||
wysiwyg = "2.39.0"
|
||||
|
|
|
|||
|
|
@ -40,6 +40,7 @@ android {
|
|||
implementation(projects.libraries.uiStrings)
|
||||
|
||||
ksp(libs.showkase.processor)
|
||||
implementation(libs.showkase)
|
||||
|
||||
testImplementation(libs.test.junit)
|
||||
testImplementation(libs.coroutines.test)
|
||||
|
|
|
|||
|
|
@ -30,6 +30,7 @@ private fun DependencyHandlerScope.implementation(
|
|||
private fun DependencyHandlerScope.androidTestImplementation(dependency: Any) = dependencies.add("androidTestImplementation", dependency)
|
||||
|
||||
private fun DependencyHandlerScope.debugImplementation(dependency: Any) = dependencies.add("debugImplementation", dependency)
|
||||
private fun DependencyHandlerScope.releaseImplementation(dependency: Any) = dependencies.add("releaseImplementation", dependency)
|
||||
|
||||
/**
|
||||
* Dependencies used by all the modules
|
||||
|
|
@ -53,7 +54,6 @@ fun DependencyHandlerScope.composeDependencies(libs: LibrariesForLibs) {
|
|||
implementation(libs.androidx.activity.compose)
|
||||
debugImplementation(libs.androidx.compose.ui.tooling)
|
||||
debugImplementation(libs.androidx.compose.ui.test.manifest)
|
||||
implementation(libs.showkase)
|
||||
implementation(libs.kotlinx.collections.immutable)
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue