From cf3026b70efc6e3a5b6270ec726a96fc47d4afbc Mon Sep 17 00:00:00 2001 From: ThomasSession Date: Wed, 9 Oct 2024 10:18:24 +1100 Subject: [PATCH] Proper hint for seach --- app/build.gradle | 6 +++--- app/src/main/res/layout/view_global_search_input.xml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 7ecb6e45f5..42cc669de7 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -268,9 +268,9 @@ dependencies { implementation "androidx.lifecycle:lifecycle-viewmodel-compose:$lifecycleVersion" implementation "androidx.lifecycle:lifecycle-extensions:2.2.0" implementation "androidx.paging:paging-runtime-ktx:$pagingVersion" - implementation 'androidx.activity:activity-ktx:1.5.1' - implementation 'androidx.activity:activity-compose:1.5.1' - implementation 'androidx.fragment:fragment-ktx:1.5.3' + implementation 'androidx.activity:activity-ktx:1.9.2' + implementation 'androidx.activity:activity-compose:1.9.2' + implementation 'androidx.fragment:fragment-ktx:1.8.4' implementation "androidx.core:core-ktx:$coreVersion" implementation "androidx.work:work-runtime-ktx:2.7.1" diff --git a/app/src/main/res/layout/view_global_search_input.xml b/app/src/main/res/layout/view_global_search_input.xml index 2d5c03ec5f..cd164772bd 100644 --- a/app/src/main/res/layout/view_global_search_input.xml +++ b/app/src/main/res/layout/view_global_search_input.xml @@ -27,7 +27,7 @@ app:tint="?searchIconColor" android:contentDescription="@string/search" />