From e35313fb8e7fa6e5cdaaa7d28ccb24eecb166c3b Mon Sep 17 00:00:00 2001 From: andrekir Date: Mon, 8 May 2023 17:39:51 -0300 Subject: [PATCH] chore: update Core-Ktx to 1.10.0 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 91b937a16..6f450dc95 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -129,7 +129,7 @@ dependencies { // For loading and tinting drawables on older versions of the platform implementation "androidx.appcompat:appcompat-resources:$appcompat_version" - implementation 'androidx.core:core-ktx:1.9.0' + implementation 'androidx.core:core-ktx:1.10.0' implementation 'androidx.fragment:fragment-ktx:1.5.7' implementation 'androidx.cardview:cardview:1.0.0' implementation 'androidx.recyclerview:recyclerview:1.3.0'