diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index e653436ec..268ce5d09 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -2,41 +2,41 @@ accompanistDrawablepainter = "0.37.3" agp = "9.2.1" app = "1.7.0" -googleGenai = "1.58.0" +googleGenai = "1.60.0" googlePlayServicesCast = "22.3.1" -animation = "1.11.3" +animation = "1.11.4" appcompat = "1.7.1" capturable = "3.0.1" codeview = "1.3.9" coilCompose = "2.7.0" composeDnd = "0.4.0" composeMaterialIcons = "1.7.8" -composeUi = "1.11.3" +composeUi = "1.11.4" constraintlayoutCompose = "1.1.1" coreSplashscreen = "1.2.0" desugarJdkLibs = "2.1.5" duktapeAndroid = "1.4.0" -foundation = "1.11.3" -glance = "1.3.0-alpha01" +foundation = "1.11.4" +glance = "1.3.0-alpha02" graphicsShapes = "1.1.0" gson = "2.14.0" -hiltAndroid = "2.59.2" -hiltNavigationCompose = "1.3.0" -ktor = "3.5.0" +hiltAndroid = "2.60" +hiltNavigationCompose = "1.4.0" +ktor = "3.5.1" kotlin = "2.4.0" coreKtx = "1.19.0" junit = "4.13.2" junitVersion = "1.3.0" -junitJupiter = "6.1.0" +junitJupiter = "6.1.1" espressoCore = "3.7.0" kotlinx-coroutines = "1.11.0" kotlinxCollectionsImmutable = "0.5.0" kotlinxSerializationJson = "1.11.0" lifecycleRuntimeKtx = "2.11.0" activityCompose = "1.13.0" -composeBom = "2026.06.00" +composeBom = "2026.06.01" material = "1.14.0" -material3 = "1.5.0-alpha22" +material3 = "1.5.0-alpha23" media = "1.8.0" media3Session = "1.10.1" media3Transformer = "1.10.1" @@ -53,7 +53,7 @@ roomCompiler = "2.8.4" roomKtx = "2.8.4" roomRuntime = "2.8.4" accompanist = "0.37.3" -checkerframework = "4.2.0" # O la versión más reciente que encuentres +checkerframework = "4.2.1" # O la versión más reciente que encuentres taglib = "1.0.6" jaudiotagger = "3.0.1" vorbisjava = "0.8" @@ -61,7 +61,7 @@ datastore = "1.2.1" credentials = "1.6.0" googleid = "1.2.0" androidxTestCore = "1.7.0" -junit5 = "6.1.0" +junit5 = "6.1.1" kuromoji = "0.9.0" pinyin4j = "2.5.1" securityCrypto = "1.1.0" @@ -73,7 +73,7 @@ jose4j = "0.9.6" httpclient = "4.5.14" # DI -dagger = "2.59.2" +dagger = "2.60" javax-inject = "1" # Annotations procesing @@ -98,9 +98,9 @@ okhttp = "5.4.0" mediarouterVersion = "1.8.1" playServicesCastFramework = "22.3.1" navigationRuntimeKtx = "2.9.8" -uiautomator = "2.3.0" +uiautomator = "2.4.0" benchmarkMacroJunit4 = "1.4.1" -baselineprofile = "1.5.0-alpha06" +baselineprofile = "1.5.0-alpha07" profileinstaller = "1.4.1" pagingCommon = "3.3.6" diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 116d9acdb..59f71f7b1 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,7 +1,7 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionSha256Sum=bafc141b619ad6350fd975fc903156dd5c151998cc8b058e8c1044ab5f7b031f -distributionUrl=https\://services.gradle.org/distributions/gradle-9.5.1-bin.zip +distributionSha256Sum=9c0f7faeeb306cb14e4279a3e084ca6b596894089a0638e68a07c945a32c9e14 +distributionUrl=https\://services.gradle.org/distributions/gradle-9.6.1-bin.zip networkTimeout=10000 retries=0 retryBackOffMs=500 diff --git a/gradlew b/gradlew index b9bb139f7..249efbb03 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 aa5f10b06..8508ef684 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