diff --git a/uhabits-android/build.gradle.kts b/uhabits-android/build.gradle.kts index 2cb5be48a..81e8599d4 100644 --- a/uhabits-android/build.gradle.kts +++ b/uhabits-android/build.gradle.kts @@ -105,7 +105,7 @@ dependencies { androidTestImplementation("com.linkedin.dexmaker:dexmaker-mockito:2.28.3") androidTestImplementation("io.ktor:ktor-client-mock:$ktorVersion") androidTestImplementation("io.ktor:ktor-jackson:$ktorVersion") - androidTestImplementation("androidx.annotation:annotation:1.6.0") + androidTestImplementation("androidx.annotation:annotation:1.7.0") androidTestImplementation("androidx.test.ext:junit:1.1.5") androidTestImplementation("androidx.test.uiautomator:uiautomator:2.2.0") androidTestImplementation("androidx.test:rules:1.5.0") diff --git a/uhabits-core/build.gradle.kts b/uhabits-core/build.gradle.kts index 505605e91..142c7e96d 100644 --- a/uhabits-core/build.gradle.kts +++ b/uhabits-core/build.gradle.kts @@ -47,7 +47,7 @@ kotlin { compileOnly("com.google.dagger:dagger:2.48") implementation("com.google.guava:guava:32.1.2-android") implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.7.3") - implementation("androidx.annotation:annotation:1.6.0") + implementation("androidx.annotation:annotation:1.7.0") implementation("com.google.code.findbugs:jsr305:3.0.2") implementation("com.opencsv:opencsv:5.8") implementation("commons-codec:commons-codec:1.16.0")