diff --git a/FlowCrypt/build.gradle.kts b/FlowCrypt/build.gradle.kts index dc132cc55..74a1f56b5 100644 --- a/FlowCrypt/build.gradle.kts +++ b/FlowCrypt/build.gradle.kts @@ -402,7 +402,7 @@ val uiTestsImplementation by configurations.named("uiTestsImplementation") dependencies { ksp("com.github.bumptech.glide:ksp:4.16.0") ksp("androidx.annotation:annotation:1.9.1") - ksp("androidx.room:room-compiler:2.7.1") + ksp("androidx.room:room-compiler:2.7.2") //ACRA needs the following dependency to use a custom report sender ksp("dev.zacsweers.autoservice:auto-service-ksp:1.2.0") @@ -425,7 +425,7 @@ dependencies { androidTestImplementation("androidx.test:rules:1.6.1") androidTestImplementation("androidx.test.ext:junit-ktx:1.2.1") androidTestImplementation("androidx.test.uiautomator:uiautomator:2.3.0") - androidTestImplementation("androidx.room:room-testing:2.7.1") + androidTestImplementation("androidx.room:room-testing:2.7.2") androidTestImplementation("androidx.arch.core:core-testing:2.2.0") androidTestImplementation("androidx.work:work-testing:2.10.2") androidTestImplementation("com.squareup.okhttp3:mockwebserver:4.12.0") @@ -440,7 +440,7 @@ dependencies { //we need it to test Parcelable implementation testImplementation("org.jetbrains.kotlin:kotlin-reflect:2.2.0") testImplementation("junit:junit:4.13.2") - testImplementation("androidx.room:room-testing:2.7.1") + testImplementation("androidx.room:room-testing:2.7.2") testImplementation("io.github.classgraph:classgraph:4.8.179") implementation(fileTree(mapOf("dir" to "libs", "include" to listOf("*.jar")))) @@ -460,8 +460,8 @@ dependencies { implementation("androidx.lifecycle:lifecycle-process:2.8.7") implementation("androidx.lifecycle:lifecycle-runtime-ktx:2.8.7") implementation("androidx.lifecycle:lifecycle-service:2.8.7") - implementation("androidx.room:room-runtime:2.7.1") - implementation("androidx.room:room-ktx:2.7.1") + implementation("androidx.room:room-runtime:2.7.2") + implementation("androidx.room:room-ktx:2.7.2") //we disabled warnings about paging-runtime-ktx because a newer version doesn't fit our needs //noinspection GradleDependency implementation("androidx.paging:paging-runtime-ktx:2.1.2")