From 0bd1a8e5de8210d52e8700f476eac55987ad5b73 Mon Sep 17 00:00:00 2001 From: Thomas Date: Thu, 16 Feb 2023 17:29:14 +0100 Subject: [PATCH] update libs --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 45bccf67..c417442e 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -97,9 +97,9 @@ allprojects { } dependencies { implementation project(':autoimageslider') - implementation 'androidx.appcompat:appcompat:1.6.0' + implementation 'androidx.appcompat:appcompat:1.6.1' - implementation 'com.google.android.material:material:1.7.0' + implementation 'com.google.android.material:material:1.8.0' implementation 'com.jaredrummler:colorpicker:1.1.0'