Skip to content

Commit

Permalink
fix(deps): update dependency androidx.compose:compose-bom to v2024.09.01
Browse files Browse the repository at this point in the history
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 10, 2024
1 parent c34db5f commit e6bbea1
Show file tree
Hide file tree
Showing 2 changed files with 263 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.1"

//compose
implementation(platform("androidx.compose:compose-bom:2024.09.00"))
implementation(platform("androidx.compose:compose-bom:2024.09.01"))
implementation("androidx.compose.ui:ui")
implementation 'androidx.compose.material3:material3:1.3.0'
implementation("androidx.compose.ui:ui-tooling-preview")
Expand Down Expand Up @@ -352,14 +352,14 @@ 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.09.00"))
implementation(platform("androidx.compose:compose-bom:2024.09.01"))
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.5")
androidTestImplementation(platform("androidx.compose:compose-bom:2024.09.00"))
androidTestImplementation(platform("androidx.compose:compose-bom:2024.09.01"))
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
Loading

0 comments on commit e6bbea1

Please sign in to comment.