diff options
| author | Albin <albin@mullvad.net> | 2024-03-11 16:34:30 +0100 |
|---|---|---|
| committer | Albin <albin@mullvad.net> | 2024-03-12 08:03:54 +0100 |
| commit | 2290946b8d2ddd01d2300178a22ba39239e1ccd9 (patch) | |
| tree | ba1dd43670235949dacb7a9e4a4686eaf293c3b2 /android/lib/theme | |
| parent | cf0aea8dd929bdd54e99ff369cb41c9a95a8e60f (diff) | |
| download | mullvadvpn-2290946b8d2ddd01d2300178a22ba39239e1ccd9.tar.xz mullvadvpn-2290946b8d2ddd01d2300178a22ba39239e1ccd9.zip | |
Remove forced emoji2 dependency resolution
Diffstat (limited to 'android/lib/theme')
| -rw-r--r-- | android/lib/theme/build.gradle.kts | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/android/lib/theme/build.gradle.kts b/android/lib/theme/build.gradle.kts index 687184c5c0..dbf80a3b98 100644 --- a/android/lib/theme/build.gradle.kts +++ b/android/lib/theme/build.gradle.kts @@ -27,13 +27,6 @@ android { } } -configurations.all { - resolutionStrategy { - // Hold back emoji2 since newer versions require api level 34 which is not yet stable. - force("androidx.emoji2:emoji2:1.3.0") - } -} - dependencies { implementation(Dependencies.Compose.material3) implementation(Dependencies.Compose.ui) |
