summaryrefslogtreecommitdiffhomepage
path: root/android/app
diff options
context:
space:
mode:
authorAlbin <albin@mullvad.net>2024-03-11 16:34:30 +0100
committerAlbin <albin@mullvad.net>2024-03-12 08:03:54 +0100
commit2290946b8d2ddd01d2300178a22ba39239e1ccd9 (patch)
treeba1dd43670235949dacb7a9e4a4686eaf293c3b2 /android/app
parentcf0aea8dd929bdd54e99ff369cb41c9a95a8e60f (diff)
downloadmullvadvpn-2290946b8d2ddd01d2300178a22ba39239e1ccd9.tar.xz
mullvadvpn-2290946b8d2ddd01d2300178a22ba39239e1ccd9.zip
Remove forced emoji2 dependency resolution
Diffstat (limited to 'android/app')
-rw-r--r--android/app/build.gradle.kts7
1 files changed, 0 insertions, 7 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))