diff options
| author | David Göransson <david.goransson@mullvad.net> | 2024-06-28 11:34:14 +0200 |
|---|---|---|
| committer | David Göransson <david.goransson@mullvad.net> | 2024-07-04 12:09:33 +0200 |
| commit | 56830439aaaf51a96f08675a76ad73f00cbfa994 (patch) | |
| tree | d967756bd0e5b30a167fdf5cb575765216caf9b2 /android/app | |
| parent | 8263dc7ad41f07e2cfdeab9d24ec82c638ca6c0f (diff) | |
| download | mullvadvpn-56830439aaaf51a96f08675a76ad73f00cbfa994.tar.xz mullvadvpn-56830439aaaf51a96f08675a76ad73f00cbfa994.zip | |
Add splashscreen dependency
Diffstat (limited to 'android/app')
| -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 51ecdacc95..b05e604b64 100644 --- a/android/app/build.gradle.kts +++ b/android/app/build.gradle.kts @@ -327,6 +327,7 @@ dependencies { implementation(Dependencies.commonsValidator) implementation(Dependencies.AndroidX.activityCompose) implementation(Dependencies.AndroidX.coreKtx) + implementation(Dependencies.AndroidX.coreSplashscreen) implementation(Dependencies.AndroidX.lifecycleRuntimeKtx) implementation(Dependencies.AndroidX.lifecycleViewmodelKtx) implementation(Dependencies.AndroidX.lifecycleRuntimeCompose) |
