diff --git a/app/build.gradle b/app/build.gradle index 4d32683..af90289 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -38,7 +38,7 @@ dependencies { exclude([group: "org.jetbrains.kotlin", module: "kotlin-stdlib-jdk8"]) } implementation fileTree(dir: 'libs', include: ['*.jar']) - implementation 'androidx.appcompat:appcompat:1.6.1' + implementation 'androidx.appcompat:appcompat:1.7.0' implementation 'androidx.constraintlayout:constraintlayout:2.1.4' implementation 'androidx.preference:preference:1.2.1' testImplementation 'junit:junit:4.13.2'