From ac4787b81460b426cd3c048816cb907cf84dcce8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 31 Aug 2025 20:01:58 +0000 Subject: [PATCH 1/2] Bump androidx.test:core-ktx from 1.6.1 to 1.7.0 Bumps androidx.test:core-ktx from 1.6.1 to 1.7.0. --- updated-dependencies: - dependency-name: androidx.test:core-ktx dependency-version: 1.7.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- FlowCrypt/build.gradle.kts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/FlowCrypt/build.gradle.kts b/FlowCrypt/build.gradle.kts index 126de2704..2a7347f87 100644 --- a/FlowCrypt/build.gradle.kts +++ b/FlowCrypt/build.gradle.kts @@ -414,7 +414,7 @@ dependencies { //uiTests is the build type for testing. //noinspection FragmentGradleConfiguration uiTestsImplementation("androidx.fragment:fragment-testing:1.8.7") - uiTestsImplementation("androidx.test:core-ktx:1.6.1") + uiTestsImplementation("androidx.test:core-ktx:1.7.0") androidTestImplementation("androidx.test.espresso:espresso-core:3.7.0") androidTestImplementation("androidx.test.espresso:espresso-contrib:3.7.0") @@ -422,7 +422,7 @@ dependencies { androidTestImplementation("androidx.test.espresso:espresso-web:3.7.0") androidTestImplementation("androidx.test.ext:junit:1.3.0") androidTestImplementation("androidx.test:runner:1.7.0") - androidTestImplementation("androidx.test:rules:1.6.1") + androidTestImplementation("androidx.test:rules:1.7.0") androidTestImplementation("androidx.test.ext:junit-ktx:1.3.0") androidTestImplementation("androidx.test.uiautomator:uiautomator:2.3.0") androidTestImplementation("androidx.room:room-testing:2.7.2") @@ -431,7 +431,7 @@ dependencies { androidTestImplementation("com.squareup.okhttp3:mockwebserver:4.12.0") androidTestImplementation("com.squareup.okhttp3:okhttp-tls:4.12.0") androidTestImplementation("com.athaydes.rawhttp:rawhttp-core:2.6.0") - androidTestUtil("androidx.test:orchestrator:1.6.1") + androidTestUtil("androidx.test:orchestrator:1.7.0") testImplementation("com.squareup.okhttp3:mockwebserver:4.12.0") testImplementation("com.flextrade.jfixture:jfixture:2.7.2") From bae7c1cb5632bbf2d58a0d20840814aced704f29 Mon Sep 17 00:00:00 2001 From: denbond7 Date: Fri, 5 Sep 2025 21:29:55 +0300 Subject: [PATCH 2/2] wip --- FlowCrypt/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FlowCrypt/build.gradle.kts b/FlowCrypt/build.gradle.kts index 2a7347f87..6998fb80b 100644 --- a/FlowCrypt/build.gradle.kts +++ b/FlowCrypt/build.gradle.kts @@ -431,7 +431,7 @@ dependencies { androidTestImplementation("com.squareup.okhttp3:mockwebserver:4.12.0") androidTestImplementation("com.squareup.okhttp3:okhttp-tls:4.12.0") androidTestImplementation("com.athaydes.rawhttp:rawhttp-core:2.6.0") - androidTestUtil("androidx.test:orchestrator:1.7.0") + androidTestUtil("androidx.test:orchestrator:1.6.1") testImplementation("com.squareup.okhttp3:mockwebserver:4.12.0") testImplementation("com.flextrade.jfixture:jfixture:2.7.2")