diff options
| author | David Göransson <david.goransson@mullvad.net> | 2026-01-19 09:00:27 +0100 |
|---|---|---|
| committer | David Göransson <david.goransson@mullvad.net> | 2026-01-19 09:18:34 +0100 |
| commit | c0fbafe2f7904dddf5aa697d3ea289c2ecd87af0 (patch) | |
| tree | 374f81805d0cfb29655c6e8db37bc79e3a7367d4 | |
| parent | 5b297b3b167c4c5be550ffb1e6e520a9b8d3da6c (diff) | |
| download | mullvadvpn-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.kts | 1 |
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) } |
