mirror of
https://github.com/nextcloud/talk-android.git
synced 2024-12-18 14:42:16 +03:00
Merge pull request #4541 from nextcloud/renovate/androidx.compose-compose-bom-2024.x
fix(deps): update dependency androidx.compose:compose-bom to v2024.12.01
This commit is contained in:
commit
a2028d1f03
2 changed files with 7 additions and 2 deletions
|
@ -309,7 +309,7 @@ dependencies {
|
|||
gplayImplementation "com.google.firebase:firebase-messaging:24.1.0"
|
||||
|
||||
//compose
|
||||
implementation(platform("androidx.compose:compose-bom:2024.11.00"))
|
||||
implementation(platform("androidx.compose:compose-bom:2024.12.01"))
|
||||
implementation("androidx.compose.ui:ui")
|
||||
implementation 'androidx.compose.material3:material3:1.3.1'
|
||||
implementation("androidx.compose.ui:ui-tooling-preview")
|
||||
|
@ -354,7 +354,7 @@ dependencies {
|
|||
implementation("io.coil-kt:coil-compose:2.7.0")
|
||||
|
||||
implementation("androidx.lifecycle:lifecycle-viewmodel-compose:2.8.7")
|
||||
androidTestImplementation(platform("androidx.compose:compose-bom:2024.11.00"))
|
||||
androidTestImplementation(platform("androidx.compose:compose-bom:2024.12.01"))
|
||||
androidTestImplementation("androidx.compose.ui:ui-test-junit4")
|
||||
testImplementation "org.mockito.kotlin:mockito-kotlin:$mockitoKotlinVersion"
|
||||
testImplementation "org.jetbrains.kotlinx:kotlinx-coroutines-test:$coroutines_version"
|
||||
|
|
|
@ -655,6 +655,11 @@
|
|||
<sha256 value="13ddc489c6c373e6e5e70f0d9f3b005c5f1f201c3e906245dce1cd58d15d73b9" origin="Generated by Gradle" reason="Artifact is not signed"/>
|
||||
</artifact>
|
||||
</component>
|
||||
<component group="androidx.compose" name="compose-bom" version="2024.12.01">
|
||||
<artifact name="compose-bom-2024.12.01.pom">
|
||||
<sha256 value="7118e83b528ca3152d9c278afe9c6cd37062db49ef01f838db4cb4a6341f64e6" origin="Generated by Gradle" reason="Artifact is not signed"/>
|
||||
</artifact>
|
||||
</component>
|
||||
<component group="androidx.compose.foundation" name="foundation" version="1.7.1">
|
||||
<artifact name="foundation-1.7.1.module">
|
||||
<sha256 value="f1418287e0ff60126da334b73234f9166c699ccfa90afab80043022b44a6602f" origin="Generated by Gradle" reason="Artifact is not signed"/>
|
||||
|
|
Loading…
Reference in a new issue