diff options
| author | David Göransson <david.goransson@mullvad.net> | 2025-03-01 12:57:57 +0100 |
|---|---|---|
| committer | David Göransson <david.goransson@mullvad.net> | 2025-03-07 09:07:43 +0100 |
| commit | efc0e8ab03e87c32b1599bd23c24cbe5e5f01fd3 (patch) | |
| tree | a8fa93e630dbbc84aa7ee88f8fc14fdf3bd86f05 /android/app | |
| parent | 5e8dfc2adf9bdd3b2b886c7c927fcca2012559db (diff) | |
| download | mullvadvpn-efc0e8ab03e87c32b1599bd23c24cbe5e5f01fd3.tar.xz mullvadvpn-efc0e8ab03e87c32b1599bd23c24cbe5e5f01fd3.zip | |
Add Androidx credentials dependency
Diffstat (limited to 'android/app')
| -rw-r--r-- | android/app/build.gradle.kts | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/android/app/build.gradle.kts b/android/app/build.gradle.kts index d73f673626..51d91ad6b9 100644 --- a/android/app/build.gradle.kts +++ b/android/app/build.gradle.kts @@ -378,8 +378,9 @@ dependencies { implementation(libs.commons.validator) implementation(libs.androidx.activity.compose) implementation(libs.androidx.datastore) - implementation(libs.androidx.ktx) implementation(libs.androidx.coresplashscreen) + implementation(libs.androidx.credentials) + implementation(libs.androidx.ktx) implementation(libs.androidx.lifecycle.runtime) implementation(libs.androidx.lifecycle.viewmodel) implementation(libs.androidx.lifecycle.runtime.compose) |
