From fa7d4bc26767792979efc4384a5d3027321cd18e Mon Sep 17 00:00:00 2001 From: Sylvain Berfini Date: Wed, 15 May 2024 11:31:12 +0200 Subject: [PATCH] Updated dependencies --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index bd26ab268..41b998e6a 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -140,8 +140,8 @@ android { } dependencies { - implementation "androidx.annotation:annotation:1.7.1" - implementation "androidx.appcompat:appcompat:1.7.0-beta01" + implementation 'androidx.annotation:annotation:1.8.0' + implementation 'androidx.appcompat:appcompat:1.7.0-rc01' implementation "androidx.constraintlayout:constraintlayout:2.1.4" implementation "androidx.core:core-ktx:1.13.1" implementation 'androidx.core:core-splashscreen:1.2.0-alpha01'