mirror of
https://github.com/nextcloud/talk-android
synced 2025-06-18 19:19:33 +01:00
Update dependency androidx.compose:compose-bom to v2025.03.01
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
fc3d38a967
commit
062c7f1cc3
@ -309,7 +309,7 @@ dependencies {
|
||||
gplayImplementation "com.google.firebase:firebase-messaging:24.1.1"
|
||||
|
||||
//compose
|
||||
implementation(platform("androidx.compose:compose-bom:2025.03.00"))
|
||||
implementation(platform("androidx.compose:compose-bom:2025.03.01"))
|
||||
implementation("androidx.compose.ui:ui")
|
||||
implementation 'androidx.compose.material3:material3:1.3.1'
|
||||
implementation("androidx.compose.ui:ui-tooling-preview")
|
||||
@ -342,7 +342,7 @@ dependencies {
|
||||
|
||||
androidTestImplementation('com.android.support.test.espresso:espresso-intents:3.0.2')
|
||||
|
||||
androidTestImplementation(platform("androidx.compose:compose-bom:2025.03.00"))
|
||||
androidTestImplementation(platform("androidx.compose:compose-bom:2025.03.01"))
|
||||
testImplementation "org.mockito.kotlin:mockito-kotlin:$mockitoKotlinVersion"
|
||||
testImplementation "org.jetbrains.kotlinx:kotlinx-coroutines-test:$coroutines_version"
|
||||
|
||||
|
@ -871,6 +871,11 @@
|
||||
<sha256 value="26c308b484e195aabdb1846249c4d44f297ff086219f05a3ff263f9b32ed0d86" origin="Generated by Gradle" reason="Artifact is not signed"/>
|
||||
</artifact>
|
||||
</component>
|
||||
<component group="androidx.compose" name="compose-bom" version="2025.03.01">
|
||||
<artifact name="compose-bom-2025.03.01.pom">
|
||||
<sha256 value="a9ea53ff5d17ddc5150a99de47dd1d57fdb408bb330a22ddb4bd58262d1dc02a" origin="Generated by Gradle" reason="Artifact is not signed"/>
|
||||
</artifact>
|
||||
</component>
|
||||
<component group="androidx.compose.animation" name="animation" version="1.7.7">
|
||||
<artifact name="animation-1.7.7.module">
|
||||
<sha256 value="3431b3d00a8e6e0d54aff825a0a66402d8e924c2b2e6a165669e4f41c7a63fc9" origin="Generated by Gradle"/>
|
||||
|
Loading…
Reference in New Issue
Block a user