summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorDavid Göransson <david.goransson@mullvad.net>2026-01-19 09:00:27 +0100
committerDavid Göransson <david.goransson@mullvad.net>2026-01-19 09:18:34 +0100
commitc0fbafe2f7904dddf5aa697d3ea289c2ecd87af0 (patch)
tree374f81805d0cfb29655c6e8db37bc79e3a7367d4
parent5b297b3b167c4c5be550ffb1e6e520a9b8d3da6c (diff)
downloadmullvadvpn-c0fbafe2f7904dddf5aa697d3ea289c2ecd87af0.tar.xz
mullvadvpn-c0fbafe2f7904dddf5aa697d3ea289c2ecd87af0.zip
Add dependency to espresso
Previously we accidentally used espresso transitively, this caused us to run an outdated version that would cause the tests to fail.
-rw-r--r--android/app/build.gradle.kts1
1 files changed, 1 insertions, 0 deletions
diff --git a/android/app/build.gradle.kts b/android/app/build.gradle.kts
index 03cc6ee6c4..a92e4cf730 100644
--- a/android/app/build.gradle.kts
+++ b/android/app/build.gradle.kts
@@ -476,4 +476,5 @@ dependencies {
androidTestImplementation(libs.turbine)
androidTestImplementation(libs.junit.jupiter.api)
androidTestImplementation(libs.junit5.android.test.compose)
+ androidTestImplementation(libs.androidx.espresso)
}