mirror of
https://github.com/nextcloud/talk-android.git
synced 2024-11-26 06:55:42 +03:00
Merge pull request #4151 from nextcloud/renovate/androidx.compose-compose-bom-2024.x
fix(deps): update dependency androidx.compose:compose-bom to v2024.09.00
This commit is contained in:
commit
08b6ca04ab
2 changed files with 9 additions and 3 deletions
|
@ -307,7 +307,7 @@ dependencies {
|
|||
gplayImplementation "com.google.firebase:firebase-messaging:24.0.0"
|
||||
|
||||
//compose
|
||||
implementation(platform("androidx.compose:compose-bom:2024.08.00"))
|
||||
implementation(platform("androidx.compose:compose-bom:2024.09.00"))
|
||||
implementation("androidx.compose.ui:ui")
|
||||
implementation 'androidx.compose.material3:material3'
|
||||
implementation("androidx.compose.ui:ui-tooling-preview")
|
||||
|
@ -352,7 +352,7 @@ dependencies {
|
|||
implementation 'com.github.nextcloud.android-common:ui:0.23.0'
|
||||
|
||||
implementation 'com.github.nextcloud-deps:android-talk-webrtc:121.6167.0'
|
||||
implementation(platform("androidx.compose:compose-bom:2024.08.00"))
|
||||
implementation(platform("androidx.compose:compose-bom:2024.09.00"))
|
||||
implementation("io.coil-kt:coil-compose:2.7.0")
|
||||
|
||||
implementation "com.google.dagger:hilt-android:$hilt_version"
|
||||
|
@ -360,7 +360,7 @@ dependencies {
|
|||
|
||||
implementation("androidx.lifecycle:lifecycle-viewmodel-compose:2.8.5")
|
||||
testImplementation("junit:junit:4.13.2")
|
||||
androidTestImplementation(platform("androidx.compose:compose-bom:2024.08.00"))
|
||||
androidTestImplementation(platform("androidx.compose:compose-bom:2024.09.00"))
|
||||
androidTestImplementation("androidx.compose.ui:ui-test-junit4")
|
||||
testImplementation "org.mockito.kotlin:mockito-kotlin:$mockitoKotlinVersion"
|
||||
testImplementation "org.jetbrains.kotlinx:kotlinx-coroutines-test:$coroutines_version"
|
||||
|
|
|
@ -188,6 +188,7 @@
|
|||
<trusting group="androidx.core"/>
|
||||
<trusting group="androidx.databinding"/>
|
||||
<trusting group="androidx.datastore"/>
|
||||
<trusting group="androidx.graphics" name="graphics-path" version="1.0.1"/>
|
||||
<trusting group="androidx.lifecycle"/>
|
||||
<trusting group="androidx.test"/>
|
||||
<trusting group="androidx.transition" name="transition" version="1.5.0"/>
|
||||
|
@ -600,6 +601,11 @@
|
|||
<sha256 value="8043e0a70d594c8e7bb9626aa23a3b3d6e550d17292718672262576d9e25a579" origin="Generated by Gradle" reason="Artifact is not signed"/>
|
||||
</artifact>
|
||||
</component>
|
||||
<component group="androidx.compose" name="compose-bom" version="2024.09.00">
|
||||
<artifact name="compose-bom-2024.09.00.pom">
|
||||
<sha256 value="a227b8782440c77f7f0d015efbd777a7e1edaff7582076803c3126babcf37038" origin="Generated by Gradle" reason="Artifact is not signed"/>
|
||||
</artifact>
|
||||
</component>
|
||||
<component group="androidx.compose.runtime" name="runtime" version="1.0.1">
|
||||
<artifact name="runtime-1.0.1.module">
|
||||
<sha256 value="2543a8c7edc16bde91f140286b4fd3773d7204a283a4ec99f6e5e286aa92c0c3" origin="Generated by Gradle"/>
|
||||
|
|
Loading…
Reference in a new issue