Skip to content
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions FlowCrypt/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -414,15 +414,15 @@ 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")
androidTestImplementation("androidx.test.espresso:espresso-intents:3.7.0")
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")
Expand All @@ -431,7 +431,7 @@ dependencies {
androidTestImplementation("com.squareup.okhttp3:mockwebserver:5.1.0")
androidTestImplementation("com.squareup.okhttp3:okhttp-tls:5.1.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:5.1.0")
testImplementation("com.flextrade.jfixture:jfixture:2.7.2")
Expand Down