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'