diff options
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) |
