diff options
| author | Albin <albin@mullvad.net> | 2022-09-09 16:43:42 +0200 |
|---|---|---|
| committer | Albin <albin@mullvad.net> | 2022-09-13 17:08:34 +0200 |
| commit | ca1297b1dcd1b34ef3ce7b8123ed7b1298af4d40 (patch) | |
| tree | fc7111458ade5f4ed4370365fb68558a46cfe154 /android/app | |
| parent | 49c3a16d927dd9f47a4b8d3780a25a7c5716bc6a (diff) | |
| download | mullvadvpn-ca1297b1dcd1b34ef3ce7b8123ed7b1298af4d40.tar.xz mullvadvpn-ca1297b1dcd1b34ef3ce7b8123ed7b1298af4d40.zip | |
Add empty talpid subproject
Talpid classes will be moved in a following commit.
Diffstat (limited to 'android/app')
| -rw-r--r-- | android/app/build.gradle.kts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/android/app/build.gradle.kts b/android/app/build.gradle.kts index 44ea1f7f32..3ee58ed4f5 100644 --- a/android/app/build.gradle.kts +++ b/android/app/build.gradle.kts @@ -167,6 +167,8 @@ play { } dependencies { + implementation(project(Dependencies.Mullvad.talpid)) + implementation(Dependencies.androidMaterial) implementation(Dependencies.commonsValidator) implementation(Dependencies.AndroidX.appcompat) |
