diff --git a/app/build.gradle b/app/build.gradle index 9ce73e65..b78871d8 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -134,7 +134,7 @@ android { } dependencies { - implementation 'androidx.core:core-ktx:1.18.0' + implementation 'androidx.core:core-ktx:1.19.0' implementation "androidx.compose.ui:ui:$compose_version" implementation "androidx.compose.material:material:$compose_version" implementation "androidx.compose.ui:ui-tooling-preview:$compose_version" @@ -221,7 +221,7 @@ dependencies { // WebDAV sync dependencies implementation "androidx.work:work-runtime-ktx:2.11.2" // Background sync - implementation "com.squareup.okhttp3:okhttp:5.3.2" // HTTP/WebDAV client + implementation "com.squareup.okhttp3:okhttp:5.4.0" // HTTP/WebDAV client // implementation("com.google.crypto.tink:tink-android:1.21.0") // provides encryption for sync credentials // Added so that R8 optimization don't fail