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 | |
| parent | cf0aea8dd929bdd54e99ff369cb41c9a95a8e60f (diff) | |
| download | mullvadvpn-2290946b8d2ddd01d2300178a22ba39239e1ccd9.tar.xz mullvadvpn-2290946b8d2ddd01d2300178a22ba39239e1ccd9.zip | |
Remove forced emoji2 dependency resolution
Diffstat (limited to 'android')
| -rw-r--r-- | android/app/build.gradle.kts | 7 | ||||
| -rw-r--r-- | android/lib/theme/build.gradle.kts | 7 |
2 files changed, 0 insertions, 14 deletions
diff --git a/android/app/build.gradle.kts b/android/app/build.gradle.kts index c73b3d828f..750b98aa67 100644 --- a/android/app/build.gradle.kts +++ b/android/app/build.gradle.kts @@ -304,13 +304,6 @@ afterEvaluate { play { serviceAccountCredentials.set(file("play-api-key.json")) } -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(project(Dependencies.Mullvad.vpnService)) implementation(project(Dependencies.Mullvad.tileService)) 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) |
