diff --git a/app/build.gradle.kts b/app/build.gradle.kts index d6cb0cc6e..6b0a548d3 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -122,9 +122,9 @@ dependencies { implementation("com.google.accompanist:accompanist-systemuicontroller:$accompanistVersion") // LiveData - implementation("androidx.compose.runtime:runtime-livedata:1.5.0") - implementation("androidx.lifecycle:lifecycle-runtime-compose:2.6.1") - implementation("androidx.lifecycle:lifecycle-livedata-ktx:2.6.1") + implementation("androidx.compose.runtime:runtime-livedata:1.5.1") + implementation("androidx.lifecycle:lifecycle-runtime-compose:2.6.2") + implementation("androidx.lifecycle:lifecycle-livedata-ktx:2.6.2") // Images implementation("io.coil-kt:coil-compose:2.4.0") @@ -153,19 +153,19 @@ dependencies { // optional - Paging 3 Integration implementation("androidx.room:room-paging:2.5.2") - implementation("io.arrow-kt:arrow-core:1.2.0") + implementation("io.arrow-kt:arrow-core:1.2.1") // Unfortunately, ui tooling, and the markdown thing, still brings in the other material2 dependencies implementation("androidx.compose.material3:material3:1.1.1") implementation("androidx.compose.material3:material3-window-size-class:1.1.1") implementation("org.ocpsoft.prettytime:prettytime:5.0.6.Final") - implementation("androidx.navigation:navigation-compose:2.7.1") + implementation("androidx.navigation:navigation-compose:2.7.2") testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-test:1.7.3") testImplementation("androidx.arch.core:core-testing:2.2.0") implementation("com.squareup.retrofit2:retrofit:2.9.0") implementation("com.squareup.retrofit2:converter-gson:2.9.0") - val composeVersion = "1.5.0" + val composeVersion = "1.5.1" implementation("androidx.compose.ui:ui:$composeVersion") implementation("androidx.compose.ui:ui-tooling-preview:$composeVersion") androidTestImplementation("androidx.compose.ui:ui-test-junit4:$composeVersion") diff --git a/benchmarks/build.gradle.kts b/benchmarks/build.gradle.kts index f6ea1e7d2..b61468822 100644 --- a/benchmarks/build.gradle.kts +++ b/benchmarks/build.gradle.kts @@ -63,5 +63,5 @@ dependencies { implementation("androidx.test.ext:junit:1.1.5") implementation("androidx.test.espresso:espresso-core:3.5.1") implementation("androidx.test.uiautomator:uiautomator:2.3.0-alpha04") - implementation("androidx.benchmark:benchmark-macro-junit4:1.2.0-beta04") + implementation("androidx.benchmark:benchmark-macro-junit4:1.2.0-beta05") }