mirror of
https://github.com/nextcloud/talk-android
synced 2025-03-06 14:27:24 +00:00
Merge pull request #4721 from nextcloud/renovate/androidx.compose-compose-bom-2025.x
fix(deps): update dependency androidx.compose:compose-bom to v2025.02.00
This commit is contained in:
commit
2cee1edd65
@ -309,7 +309,7 @@ dependencies {
|
||||
gplayImplementation "com.google.firebase:firebase-messaging:24.1.0"
|
||||
|
||||
//compose
|
||||
implementation(platform("androidx.compose:compose-bom:2025.01.01"))
|
||||
implementation(platform("androidx.compose:compose-bom:2025.02.00"))
|
||||
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.01.01"))
|
||||
androidTestImplementation(platform("androidx.compose:compose-bom:2025.02.00"))
|
||||
testImplementation "org.mockito.kotlin:mockito-kotlin:$mockitoKotlinVersion"
|
||||
testImplementation "org.jetbrains.kotlinx:kotlinx-coroutines-test:$coroutines_version"
|
||||
|
||||
|
@ -37,6 +37,7 @@
|
||||
<trusted-key id="0F06FF86BEEAF4E71866EE5232EE5355A6BC6E42">
|
||||
<trusting group="androidx.compose.runtime"/>
|
||||
<trusting group="androidx.databinding"/>
|
||||
<trusting group="^androidx[.]compose($|([.].*))" regex="true"/>
|
||||
<trusting group="^com[.]android($|([.].*))" regex="true"/>
|
||||
</trusted-key>
|
||||
<trusted-key id="0F07D1201BDDAB67CFB84EB479752DB6C966F0B8" group="com.google.android" name="annotations" version="4.1.1.4"/>
|
||||
@ -849,6 +850,11 @@
|
||||
<sha256 value="1026f5e8be9a388ba01862852bf460f26e314c52db6aa01b117148f9680c53c8" origin="Generated by Gradle" reason="Artifact is not signed"/>
|
||||
</artifact>
|
||||
</component>
|
||||
<component group="androidx.compose" name="compose-bom" version="2025.02.00">
|
||||
<artifact name="compose-bom-2025.02.00.pom">
|
||||
<sha256 value="cb3cd5c41bd791372c44cdd13646eea042d768b4b8652e1b72fdfb81c2d42745" 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