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 { diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 4dcb8425..7430a331 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-9.5.1-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-9.6.0-bin.zip networkTimeout=10000 retries=0 retryBackOffMs=500 diff --git a/gradlew b/gradlew index b9bb139f..249efbb0 100755 --- a/gradlew +++ b/gradlew @@ -20,7 +20,7 @@ ############################################################################## # -# Gradle start up script for POSIX generated by Gradle. +# gradlew start up script for POSIX generated by Gradle. # # Important for running: # @@ -29,7 +29,7 @@ # bash, then to run this script, type that shell name before the whole # command line, like: # -# ksh Gradle +# ksh gradlew # # Busybox and similar reduced shells will NOT work, because this script # requires all of these POSIX shell features: diff --git a/gradlew.bat b/gradlew.bat index aa5f10b0..8508ef68 100644 --- a/gradlew.bat +++ b/gradlew.bat @@ -19,7 +19,7 @@ @if "%DEBUG%"=="" @echo off @rem ########################################################################## @rem -@rem Gradle startup script for Windows +@rem gradlew startup script for Windows @rem @rem ########################################################################## @@ -72,7 +72,7 @@ echo location of your Java installation. 1>&2 -@rem Execute Gradle +@rem Execute gradlew @rem endlocal doesn't take effect until after the line is parsed and variables are expanded @rem which allows us to clear the local environment before executing the java command endlocal & "%JAVA_EXE%" %DEFAULT_JVM_OPTS% %JAVA_OPTS% %GRADLE_OPTS% "-Dorg.gradle.appname=%APP_BASE_NAME%" -jar "%APP_HOME%\gradle\wrapper\gradle-wrapper.jar" %* & call :exitWithErrorLevel