summaryrefslogtreecommitdiffhomepage
path: root/android/tile
diff options
context:
space:
mode:
authorAlbin <albin@mullvad.net>2023-07-27 10:08:42 +0200
committerAlbin <albin@mullvad.net>2023-07-27 10:41:29 +0200
commita29dd96411ffd0f6df3393b52627a7ebd6a048b3 (patch)
treec3c4aecfbaba192b11fa3d410ccca96600f7491a /android/tile
parent1e967447f8f3b77e07b69b8d45bbcb27a79e8630 (diff)
downloadmullvadvpn-a29dd96411ffd0f6df3393b52627a7ebd6a048b3.tar.xz
mullvadvpn-a29dd96411ffd0f6df3393b52627a7ebd6a048b3.zip
Update instrumented tests
Diffstat (limited to 'android/tile')
-rw-r--r--android/tile/build.gradle.kts1
1 files changed, 1 insertions, 0 deletions
diff --git a/android/tile/build.gradle.kts b/android/tile/build.gradle.kts
index e7150bac7b..accc1cfb4c 100644
--- a/android/tile/build.gradle.kts
+++ b/android/tile/build.gradle.kts
@@ -36,6 +36,7 @@ dependencies {
implementation(project(Dependencies.Mullvad.resourceLib))
implementation(project(Dependencies.Mullvad.talpidLib))
+ implementation(Dependencies.AndroidX.appcompat)
implementation(Dependencies.Kotlin.stdlib)
implementation(Dependencies.KotlinX.coroutinesAndroid)
}