diff --git a/app/build.gradle b/app/build.gradle index b4630d888..1aaf18781 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -282,7 +282,7 @@ dependencies { exclude group: 'org.apache.httpcomponents', module: 'httpclient' }) - implementation 'androidx.core:core-ktx:1.10.1' + implementation 'androidx.core:core-ktx:1.12.0' testImplementation 'junit:junit:4.13.2' testImplementation 'org.mockito:mockito-core:5.6.0'