summaryrefslogtreecommitdiffhomepage
path: root/android/lib/theme
diff options
context:
space:
mode:
Diffstat (limited to 'android/lib/theme')
-rw-r--r--android/lib/theme/build.gradle.kts7
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)