mirror of
https://github.com/nextcloud/talk-android.git
synced 2024-11-21 20:45:29 +03:00
Merge pull request #4351 from nextcloud/renovate/androidx.compose-compose-bom-2024.x
fix(deps): update dependency androidx.compose:compose-bom to v2024.10.00
This commit is contained in:
commit
8093c33d22
2 changed files with 7 additions and 2 deletions
|
@ -311,7 +311,7 @@ dependencies {
|
|||
gplayImplementation "com.google.firebase:firebase-messaging:24.0.2"
|
||||
|
||||
//compose
|
||||
implementation(platform("androidx.compose:compose-bom:2024.09.03"))
|
||||
implementation(platform("androidx.compose:compose-bom:2024.10.00"))
|
||||
implementation("androidx.compose.ui:ui")
|
||||
implementation 'androidx.compose.material3:material3:1.3.0'
|
||||
implementation("androidx.compose.ui:ui-tooling-preview")
|
||||
|
@ -359,7 +359,7 @@ dependencies {
|
|||
kapt "com.google.dagger:hilt-android-compiler:$hilt_version"
|
||||
|
||||
implementation("androidx.lifecycle:lifecycle-viewmodel-compose:2.8.6")
|
||||
androidTestImplementation(platform("androidx.compose:compose-bom:2024.09.03"))
|
||||
androidTestImplementation(platform("androidx.compose:compose-bom:2024.10.00"))
|
||||
androidTestImplementation("androidx.compose.ui:ui-test-junit4")
|
||||
testImplementation "org.mockito.kotlin:mockito-kotlin:$mockitoKotlinVersion"
|
||||
testImplementation "org.jetbrains.kotlinx:kotlinx-coroutines-test:$coroutines_version"
|
||||
|
|
|
@ -632,6 +632,11 @@
|
|||
<sha256 value="4ca667331d8facc8606be308d389a4c0094db92db37dd646998c8b11260d09e6" origin="Generated by Gradle" reason="Artifact is not signed"/>
|
||||
</artifact>
|
||||
</component>
|
||||
<component group="androidx.compose" name="compose-bom" version="2024.10.00">
|
||||
<artifact name="compose-bom-2024.10.00.pom">
|
||||
<sha256 value="61f162bcc78a43f88415bec61aa80060ab14a968aad73696a4373ddb17211ae2" 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