diff --git a/core-android-api/build.gradle b/core-android-api/build.gradle index a2c25240..1386dece 100644 --- a/core-android-api/build.gradle +++ b/core-android-api/build.gradle @@ -18,7 +18,7 @@ android { } dependencies { - implementation 'androidx.annotation:annotation:1.4.0' + implementation 'androidx.annotation:annotation:1.5.0' implementation 'androidx.core:core:1.9.0' implementation 'androidx.lifecycle:lifecycle-viewmodel:2.5.1' implementation 'androidx.fragment:fragment:1.5.3' diff --git a/core/build.gradle b/core/build.gradle index 7a8c5b64..4868d3e8 100644 --- a/core/build.gradle +++ b/core/build.gradle @@ -28,7 +28,7 @@ dependencies { implementation 'androidx.appcompat:appcompat:1.5.1' implementation 'androidx.core:core:1.9.0' - implementation 'androidx.annotation:annotation:1.4.0' + implementation 'androidx.annotation:annotation:1.5.0' implementation 'androidx.lifecycle:lifecycle-extensions:2.2.0' implementation 'org.threeten:threetenbp:1.5.1:no-tzdb'