diff --git a/core-android-api/build.gradle b/core-android-api/build.gradle index 95ab9852..e5acc036 100644 --- a/core-android-api/build.gradle +++ b/core-android-api/build.gradle @@ -19,7 +19,7 @@ android { dependencies { api 'androidx.appcompat:appcompat:1.2.0' - api 'androidx.annotation:annotation:1.1.0' + api 'androidx.annotation:annotation:1.2.0' api 'androidx.lifecycle:lifecycle-extensions:2.2.0' implementation rootProject.ext.okHttp diff --git a/core/build.gradle b/core/build.gradle index e3b41d40..7879d33e 100644 --- a/core/build.gradle +++ b/core/build.gradle @@ -23,7 +23,7 @@ dependencies { implementation project(':core-android-api') implementation 'androidx.appcompat:appcompat:1.2.0' - implementation 'androidx.annotation:annotation:1.1.0' + implementation 'androidx.annotation:annotation:1.2.0' implementation 'androidx.lifecycle:lifecycle-extensions:2.2.0' diff --git a/feature/users/build.gradle b/feature/users/build.gradle index a4e8bf55..0626d63d 100644 --- a/feature/users/build.gradle +++ b/feature/users/build.gradle @@ -47,6 +47,6 @@ dependencies { testImplementation 'org.assertj:assertj-core:3.19.0' testImplementation 'org.mockito:mockito-core:3.8.0' testImplementation 'androidx.arch.core:core-testing:2.1.0' - testImplementation 'androidx.annotation:annotation:1.1.0' + testImplementation 'androidx.annotation:annotation:1.2.0' testImplementation project(':core-testing') }