diff --git a/app/build.gradle b/app/build.gradle index c3db7fd46..11b4c0617 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -290,7 +290,7 @@ dependencies { exclude group: 'org.apache.httpcomponents', module: 'httpclient' }) - implementation 'androidx.core:core-ktx:1.7.0' + implementation 'androidx.core:core-ktx:1.8.0' testImplementation 'junit:junit:4.13.2' testImplementation 'org.mockito:mockito-core:4.6.0'