From e34ec2518a0652615d485d00de654588d2d30365 Mon Sep 17 00:00:00 2001 From: Ryosuke839 Date: Sat, 19 Jul 2025 22:34:25 +0900 Subject: [PATCH] Update emoji2 to 1.6.0-beta01 to support emoji 16.0 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index cd4f5ac0..c7d15de5 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -62,7 +62,7 @@ dependencies { implementation "androidx.core:core-ktx:$kotlin_version" implementation 'androidx.legacy:legacy-support-v4:1.0.0' implementation 'androidx.appcompat:appcompat:1.6.1' - implementation 'androidx.emoji2:emoji2-bundled:1.5.0' + implementation 'androidx.emoji2:emoji2-bundled:1.6.0-beta01' implementation 'androidx.preference:preference-ktx:1.2.1' implementation 'com.github.woxthebox:draglistview:1.7.3' implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"