diff --git a/exampleapp/build.gradle b/exampleapp/build.gradle index e00db1c..b6ecacc 100644 --- a/exampleapp/build.gradle +++ b/exampleapp/build.gradle @@ -31,7 +31,7 @@ android { dependencies { implementation project(':tracker') - implementation 'androidx.appcompat:appcompat:1.6.1' + implementation 'androidx.appcompat:appcompat:1.7.0' implementation 'androidx.legacy:legacy-support-v4:1.0.0' implementation "com.github.AppDevNext.Logcat:LogcatCoreLib:3.2" implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8"