From e5eadb7325f6cc8b66878f3e5372719e4ca32955 Mon Sep 17 00:00:00 2001 From: antonio Date: Tue, 11 Apr 2023 11:08:06 +0200 Subject: [PATCH] build: Dependency update --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 63c690de..812b538c 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -48,7 +48,7 @@ dependencies { implementation fileTree(dir: 'libs', include: ['*.jar']) // AndroidX - implementation 'androidx.core:core-ktx:1.9.0' + implementation 'androidx.core:core-ktx:1.10.0' implementation 'androidx.appcompat:appcompat:1.6.1' implementation 'androidx.constraintlayout:constraintlayout:2.1.4' implementation 'androidx.coordinatorlayout:coordinatorlayout:1.2.0'