diff --git a/app/build.gradle b/app/build.gradle index 1ac6d3f..68ae0da 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -43,7 +43,7 @@ android { dependencies { testImplementation 'junit:junit:4.13.2' - implementation 'androidx.appcompat:appcompat:1.6.1' + implementation 'androidx.appcompat:appcompat:1.7.0' implementation project(':library') implementation "androidx.core:core-ktx:1.13.1" implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version" diff --git a/library/build.gradle b/library/build.gradle index 6efd5c7..99203a9 100644 --- a/library/build.gradle +++ b/library/build.gradle @@ -35,7 +35,7 @@ android { } dependencies { - implementation 'androidx.appcompat:appcompat:1.6.1' + implementation 'androidx.appcompat:appcompat:1.7.0' implementation "androidx.core:core-ktx:1.13.1" api "com.github.AppDevNext.Logcat:LogcatCoreLib:3.2" implementation "com.squareup.okhttp3:okhttp:4.12.0"