Skip to content

Commit 212a0ba

Browse files
build(deps): bump androidx.emoji2:emoji2-bundled from 1.5.0 to 1.6.0
Bumps androidx.emoji2:emoji2-bundled from 1.5.0 to 1.6.0. --- updated-dependencies: - dependency-name: androidx.emoji2:emoji2-bundled dependency-version: 1.6.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7fff273 commit 212a0ba

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

ui/emojis/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,9 @@ dependencies {
5555
implementation(project(":ui:theme"))
5656
implementation(project(":ui:resources"))
5757

58-
implementation("androidx.emoji2:emoji2:1.5.0")
58+
implementation("androidx.emoji2:emoji2:1.6.0")
5959
// Optional: Include a bundled emoji font (offline support)
60-
implementation("androidx.emoji2:emoji2-bundled:1.5.0")
60+
implementation("androidx.emoji2:emoji2-bundled:1.6.0")
6161

6262
api(Libs.androidx_annotation)
6363
api(Libs.kotlin_stdlib)

0 commit comments

Comments
 (0)