diff --git a/app/build.gradle b/app/build.gradle index fc04a1622..388215924 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -173,7 +173,7 @@ dependencies { implementation 'androidx.core:core:1.13.0' implementation 'androidx.media:media:1.7.0' implementation 'androidx.fragment:fragment:1.6.2' - implementation 'androidx.appcompat:appcompat:1.6.1' + implementation 'androidx.appcompat:appcompat:1.7.0' implementation 'androidx.preference:preference:1.2.1' implementation 'androidx.cardview:cardview:1.0.0' implementation 'androidx.recyclerview:recyclerview:1.3.2' diff --git a/material-intro/build.gradle b/material-intro/build.gradle index 985335f65..a946db985 100644 --- a/material-intro/build.gradle +++ b/material-intro/build.gradle @@ -30,7 +30,7 @@ android { } dependencies { - implementation 'androidx.appcompat:appcompat:1.6.1' + implementation 'androidx.appcompat:appcompat:1.7.0' implementation 'androidx.constraintlayout:constraintlayout:2.1.4' implementation 'com.google.android.material:material:1.11.0' }