diff --git a/build.gradle b/build.gradle index b519c346df..544c6095ce 100644 --- a/build.gradle +++ b/build.gradle @@ -405,7 +405,7 @@ def setupAndroid(Project project) { } } project.dependencies { - implementation 'androidx.core:core-ktx:1.8.0' + implementation 'androidx.core:core-ktx:1.9.0' testImplementation 'junit:junit:4.13.2' androidTestImplementation 'org.mockito:mockito-core:4.6.1'