diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 9a379ad5bb..53a8a7fe9c 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -8,7 +8,7 @@ autoService = "1.1.1" annotation = "1.10.0" constraintlayout = "2.2.1" coordinatorlayout = "1.3.0" -core = "1.18.0" +core = "1.19.0" fragment = "1.8.9" recyclerview = "1.4.0" roomCompiler = "2.8.4" @@ -18,10 +18,10 @@ viewpager2 = "1.1.0" miuix = "1.0.12.5" # Xposed & Hooks -xposed-api = "101.0.1" -xposed-service = "101.0.0" +xposed-api = "102.0.0" +xposed-service = "102.0.0" dexkit = "2.2.0" -ezxhelper = "3.1.1-rc1" +ezxhelper = "3.2.0-preview1" hiddenapibypass = "6.1" # Third-party @@ -30,7 +30,7 @@ gson = "2.14.0" hyperfocusapi = "2.0" appiconloader = "1.5.0" lunarcalendar = "latest.release" -superLyricApi = "3.3" +superLyricApi = "3.4" [libraries] # AndroidX diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index b52fb7e713..eb84db68da 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.0-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 b9bb139f79..249efbb032 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 aa5f10b069..8508ef684d 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