From a87448936894b61b89fb0de086b2fdf1b35025f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=96zg=C3=BCr=20G=C3=B6rg=C3=BCl=C3=BC?= Date: Wed, 17 May 2023 19:31:43 +0300 Subject: [PATCH] Upgrade dependencies of the library --- lib/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/build.gradle b/lib/build.gradle index eb469a8..46a9e2e 100644 --- a/lib/build.gradle +++ b/lib/build.gradle @@ -28,8 +28,8 @@ android { } dependencies { - implementation "androidx.core:core-ktx:1.9.0" - implementation "androidx.appcompat:appcompat:1.5.1" + implementation "androidx.core:core-ktx:1.10.1" + implementation "androidx.appcompat:appcompat:1.6.1" } afterEvaluate {