summaryrefslogtreecommitdiffhomepage
path: root/android/app
diff options
context:
space:
mode:
authorDavid Göransson <david.goransson@mullvad.net>2024-07-30 11:02:15 +0200
committerDavid Göransson <david.goransson@mullvad.net>2024-07-30 12:33:17 +0200
commit6efec7ea6298cf452a0a8c955c4e8aafa25c6ecf (patch)
treebbe3192acc3df477939711c22b3380c55c6adcc0 /android/app
parent5dd533cbc3961d91a9463b563ff357105250ec54 (diff)
downloadmullvadvpn-6efec7ea6298cf452a0a8c955c4e8aafa25c6ecf.tar.xz
mullvadvpn-6efec7ea6298cf452a0a8c955c4e8aafa25c6ecf.zip
Remove fragment testing
Diffstat (limited to 'android/app')
-rw-r--r--android/app/build.gradle.kts1
1 files changed, 0 insertions, 1 deletions
diff --git a/android/app/build.gradle.kts b/android/app/build.gradle.kts
index b05e604b64..e5e577fe0a 100644
--- a/android/app/build.gradle.kts
+++ b/android/app/build.gradle.kts
@@ -369,7 +369,6 @@ dependencies {
testImplementation(Dependencies.junitParams)
// UI test dependencies
- debugImplementation(Dependencies.AndroidX.fragmentTestning)
// Fixes: https://github.com/android/android-test/issues/1589
debugImplementation(Dependencies.AndroidX.testMonitor)
debugImplementation(Dependencies.Compose.testManifest)