Skip to content

Commit

Permalink
Merge pull request #4106 from nextcloud/renovate/androidx.compose-com…
Browse files Browse the repository at this point in the history
…pose-bom-2024.x

fix(deps): update dependency androidx.compose:compose-bom to v2024.08.00
  • Loading branch information
github-actions[bot] authored Aug 21, 2024
2 parents 1f66add + 0cb9d5c commit 779d10f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ dependencies {
gplayImplementation "com.google.firebase:firebase-messaging:24.0.0"

//compose
implementation(platform("androidx.compose:compose-bom:2024.06.00"))
implementation(platform("androidx.compose:compose-bom:2024.08.00"))
implementation("androidx.compose.ui:ui")
implementation 'androidx.compose.material3:material3'
implementation("androidx.compose.ui:ui-tooling-preview")
Expand Down Expand Up @@ -352,15 +352,15 @@ 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.06.00"))
implementation(platform("androidx.compose:compose-bom:2024.08.00"))
implementation("io.coil-kt:coil-compose:2.7.0")

implementation "com.google.dagger:hilt-android:$hilt_version"
kapt "com.google.dagger:hilt-android-compiler:$hilt_version"

implementation("androidx.lifecycle:lifecycle-viewmodel-compose:2.8.4")
testImplementation("junit:junit:4.13.2")
androidTestImplementation(platform("androidx.compose:compose-bom:2024.06.00"))
androidTestImplementation(platform("androidx.compose:compose-bom:2024.08.00"))
androidTestImplementation("androidx.compose.ui:ui-test-junit4")
testImplementation "org.mockito.kotlin:mockito-kotlin:$mockitoKotlinVersion"
testImplementation "org.jetbrains.kotlinx:kotlinx-coroutines-test:$coroutines_version"
Expand Down
5 changes: 5 additions & 0 deletions gradle/verification-metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -595,6 +595,11 @@
<sha256 value="1b391a969ff81c0bb43b3711e92d977e8bfa72457a11d8a37910a7051bdc3045" origin="Generated by Gradle" reason="Artifact is not signed"/>
</artifact>
</component>
<component group="androidx.compose" name="compose-bom" version="2024.08.00">
<artifact name="compose-bom-2024.08.00.pom">
<sha256 value="8043e0a70d594c8e7bb9626aa23a3b3d6e550d17292718672262576d9e25a579" 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"/>
Expand Down

0 comments on commit 779d10f

Please sign in to comment.