mirror of
https://github.com/nextcloud/talk-android
synced 2025-06-19 11:39:42 +01:00
Merge pull request #4686 from nextcloud/renovate/androidx.compose-compose-bom-2025.x
fix(deps): update dependency androidx.compose:compose-bom to v2025.01.01
This commit is contained in:
commit
e5b5a81c03
@ -309,7 +309,7 @@ dependencies {
|
|||||||
gplayImplementation "com.google.firebase:firebase-messaging:24.1.0"
|
gplayImplementation "com.google.firebase:firebase-messaging:24.1.0"
|
||||||
|
|
||||||
//compose
|
//compose
|
||||||
implementation(platform("androidx.compose:compose-bom:2025.01.00"))
|
implementation(platform("androidx.compose:compose-bom:2025.01.01"))
|
||||||
implementation("androidx.compose.ui:ui")
|
implementation("androidx.compose.ui:ui")
|
||||||
implementation 'androidx.compose.material3:material3:1.3.1'
|
implementation 'androidx.compose.material3:material3:1.3.1'
|
||||||
implementation("androidx.compose.ui:ui-tooling-preview")
|
implementation("androidx.compose.ui:ui-tooling-preview")
|
||||||
@ -342,7 +342,7 @@ dependencies {
|
|||||||
|
|
||||||
androidTestImplementation('com.android.support.test.espresso:espresso-intents:3.0.2')
|
androidTestImplementation('com.android.support.test.espresso:espresso-intents:3.0.2')
|
||||||
|
|
||||||
androidTestImplementation(platform("androidx.compose:compose-bom:2025.01.00"))
|
androidTestImplementation(platform("androidx.compose:compose-bom:2025.01.01"))
|
||||||
testImplementation "org.mockito.kotlin:mockito-kotlin:$mockitoKotlinVersion"
|
testImplementation "org.mockito.kotlin:mockito-kotlin:$mockitoKotlinVersion"
|
||||||
testImplementation "org.jetbrains.kotlinx:kotlinx-coroutines-test:$coroutines_version"
|
testImplementation "org.jetbrains.kotlinx:kotlinx-coroutines-test:$coroutines_version"
|
||||||
|
|
||||||
|
@ -670,6 +670,11 @@
|
|||||||
<sha256 value="aa49a0e5661d70c9d22249c6607620eb1bfcc57cd5f8c8857eeb73a7211c33c5" origin="Generated by Gradle" reason="Artifact is not signed"/>
|
<sha256 value="aa49a0e5661d70c9d22249c6607620eb1bfcc57cd5f8c8857eeb73a7211c33c5" origin="Generated by Gradle" reason="Artifact is not signed"/>
|
||||||
</artifact>
|
</artifact>
|
||||||
</component>
|
</component>
|
||||||
|
<component group="androidx.compose" name="compose-bom" version="2025.01.01">
|
||||||
|
<artifact name="compose-bom-2025.01.01.pom">
|
||||||
|
<sha256 value="1026f5e8be9a388ba01862852bf460f26e314c52db6aa01b117148f9680c53c8" origin="Generated by Gradle" reason="Artifact is not signed"/>
|
||||||
|
</artifact>
|
||||||
|
</component>
|
||||||
<component group="androidx.compose.foundation" name="foundation" version="1.7.1">
|
<component group="androidx.compose.foundation" name="foundation" version="1.7.1">
|
||||||
<artifact name="foundation-1.7.1.module">
|
<artifact name="foundation-1.7.1.module">
|
||||||
<sha256 value="f1418287e0ff60126da334b73234f9166c699ccfa90afab80043022b44a6602f" origin="Generated by Gradle" reason="Artifact is not signed"/>
|
<sha256 value="f1418287e0ff60126da334b73234f9166c699ccfa90afab80043022b44a6602f" origin="Generated by Gradle" reason="Artifact is not signed"/>
|
||||||
|
Loading…
Reference in New Issue
Block a user