diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 0e98a7b6..2b425557 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -42,7 +42,7 @@ android { dependencies { compileOnly(project(mapOf("path" to ":dummy"))) - compileOnly("androidx.annotation:annotation:1.6.0") + compileOnly("androidx.annotation:annotation:1.7.0") compileOnly("androidx.appcompat:appcompat:1.7.0-alpha03") compileOnly("com.squareup.okhttp3:okhttp:5.0.0-alpha.11") compileOnly("com.squareup.retrofit2:retrofit:2.9.0")