diff options
| author | Jonatan Rhodin <jonatan.rhodin@mullvad.net> | 2023-07-11 11:00:51 +0200 |
|---|---|---|
| committer | Jonatan Rhodin <jonatan.rhodin@mullvad.net> | 2023-07-11 11:00:51 +0200 |
| commit | ff66a3545b42cd73377cf24246b598e7239985e1 (patch) | |
| tree | 384f115f881187af2111b0b80140d99d0dffb2fc /android/app | |
| parent | fb5c9a616e8ecbca92d1a0207818906feb49bb71 (diff) | |
| parent | c509a3923903fe445530e7fc4e741e942db05267 (diff) | |
| download | mullvadvpn-ff66a3545b42cd73377cf24246b598e7239985e1.tar.xz mullvadvpn-ff66a3545b42cd73377cf24246b598e7239985e1.zip | |
Merge branch 'remove-material-2-library-droid-198'
Diffstat (limited to 'android/app')
| -rw-r--r-- | android/app/build.gradle.kts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/android/app/build.gradle.kts b/android/app/build.gradle.kts index 1e6ad7b08e..b40bab7c92 100644 --- a/android/app/build.gradle.kts +++ b/android/app/build.gradle.kts @@ -224,7 +224,6 @@ dependencies { implementation(Dependencies.Compose.constrainLayout) implementation(Dependencies.Compose.foundation) implementation(Dependencies.Compose.viewModelLifecycle) - implementation(Dependencies.Compose.material) implementation(Dependencies.Compose.material3) implementation(Dependencies.Compose.uiController) implementation(Dependencies.Compose.ui) |
