Skip to content

Commit a55877d

Browse files
committed
UI changes
Signed-off-by: sowjanyakch <[email protected]>
1 parent da78a84 commit a55877d

32 files changed

+3101
-341
lines changed

app/build.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,7 @@ configurations.configureEach {
185185
}
186186

187187
dependencies {
188+
implementation 'androidx.emoji2:emoji2-emojipicker:1.6.0'
188189
kapt "org.jetbrains.kotlin:kotlin-metadata-jvm:${kotlinVersion}"
189190

190191
implementation "androidx.room:room-testing-android:${roomVersion}"
@@ -212,6 +213,7 @@ dependencies {
212213
implementation "androidx.emoji2:emoji2-bundled:${emojiVersion}"
213214
implementation "androidx.emoji2:emoji2-views:${emojiVersion}"
214215
implementation "androidx.emoji2:emoji2-views-helper:${emojiVersion}"
216+
implementation "androidx.emoji2:emoji2-emojipicker:${emojiVersion}"
215217
implementation 'org.michaelevans.colorart:library:0.0.3'
216218
implementation "androidx.work:work-runtime:${workVersion}"
217219
implementation "androidx.work:work-rxjava2:${workVersion}"
@@ -328,6 +330,7 @@ dependencies {
328330
// replace with xml drawables instead of legacy fallback lib, see
329331
// https://developer.android.com/jetpack/androidx/releases/compose-material3#1.4.0
330332
implementation 'androidx.compose.material:material-icons-core:1.7.8'
333+
implementation("androidx.compose.material:material-icons-extended")
331334
implementation("androidx.compose.ui:ui-tooling-preview")
332335
implementation 'androidx.activity:activity-compose:1.12.2'
333336
debugImplementation("androidx.compose.ui:ui-tooling")

0 commit comments

Comments
 (0)