diff --git a/app/build.gradle b/app/build.gradle index 9ce73e65..82776059 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -134,12 +134,12 @@ 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" implementation "androidx.compose.material:material-icons-extended:1.7.8" - implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.10.0' + implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.11.0' implementation 'androidx.activity:activity-compose:1.13.0' implementation 'androidx.fragment:fragment-ktx:1.8.9' implementation 'androidx.graphics:graphics-core:1.0.4' @@ -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 diff --git a/build.gradle b/build.gradle index ddee513a..8bbb3928 100644 --- a/build.gradle +++ b/build.gradle @@ -5,10 +5,10 @@ buildscript { } dependencies { // Add the dependency for the Google services Gradle plugin - classpath 'com.google.gms:google-services:4.4.4' + classpath 'com.google.gms:google-services:4.5.0' } ext { - compose_version = '1.11.2' + compose_version = '1.11.3' } }// Top-level build file where you can add configuration options common to all sub-projects/modules. plugins {