Update dependencies
1. Parcel 1 is deprecated, see https://www.npmjs.com/package/parcel-bundler. 2. `com.android.application` 8.11.1 requires Gradle 8.13+
This commit is contained in:
parent
3d9d08cfd3
commit
d625e00b6e
|
|
@ -1 +1 @@
|
||||||
Subproject commit 07d2393cea701c5ac25cdc00c26c4f7530d42437
|
Subproject commit 4711998927a52abe70bec7075f9f89e02824b404
|
||||||
|
|
@ -1 +1 @@
|
||||||
Subproject commit e814b5fabf2cbd61aeca6fdb99e99961f23fcdb7
|
Subproject commit 20c8fdad0605a1627a3f6d15cad693a3fbe2ecbf
|
||||||
|
|
@ -1 +1 @@
|
||||||
Subproject commit 3d52ee31e450a027920fd0242d9748b39e6fb05f
|
Subproject commit 4e9ad800eba97550a38a1b4f9d06e4c3386aaf1c
|
||||||
|
|
@ -1 +1 @@
|
||||||
Subproject commit 9c08b13ca9cfed69649f70715a3af7063e57ce59
|
Subproject commit 207581f35e8174661c67aa2d434156968c0bd327
|
||||||
|
|
@ -1,11 +1,11 @@
|
||||||
[versions]
|
[versions]
|
||||||
agp = "8.9.1"
|
agp = "8.11.1"
|
||||||
kotlin = "2.1.20"
|
kotlin = "2.2.0"
|
||||||
nav = "2.8.9"
|
nav = "2.9.1"
|
||||||
appcenter = "5.0.5"
|
appcenter = "5.0.5"
|
||||||
libxposed = "100"
|
libxposed = "100"
|
||||||
glide = "4.16.0"
|
glide = "4.16.0"
|
||||||
okhttp = "4.12.0"
|
okhttp = "5.1.0"
|
||||||
|
|
||||||
[plugins]
|
[plugins]
|
||||||
agp-lib = { id = "com.android.library", version.ref = "agp" }
|
agp-lib = { id = "com.android.library", version.ref = "agp" }
|
||||||
|
|
@ -36,7 +36,7 @@ androidx-annotation = { module = "androidx.annotation:annotation", version = "1.
|
||||||
androidx-browser = { module = "androidx.browser:browser", version = "1.8.0" }
|
androidx-browser = { module = "androidx.browser:browser", version = "1.8.0" }
|
||||||
androidx-constraintlayout = { module = "androidx.constraintlayout:constraintlayout", version = "2.2.1" }
|
androidx-constraintlayout = { module = "androidx.constraintlayout:constraintlayout", version = "2.2.1" }
|
||||||
androidx-core = { module = "androidx.core:core", version = "1.16.0" }
|
androidx-core = { module = "androidx.core:core", version = "1.16.0" }
|
||||||
androidx-fragment = { module = "androidx.fragment:fragment", version = "1.8.6" }
|
androidx-fragment = { module = "androidx.fragment:fragment", version = "1.8.8" }
|
||||||
androidx-navigation-fragment = { group = "androidx.navigation", name = "navigation-fragment", version.ref = "nav" }
|
androidx-navigation-fragment = { group = "androidx.navigation", name = "navigation-fragment", version.ref = "nav" }
|
||||||
androidx-navigation-ui = { group = "androidx.navigation", name = "navigation-ui", version.ref = "nav" }
|
androidx-navigation-ui = { group = "androidx.navigation", name = "navigation-ui", version.ref = "nav" }
|
||||||
androidx-preference = { module = "androidx.preference:preference", version = "1.2.1" }
|
androidx-preference = { module = "androidx.preference:preference", version = "1.2.1" }
|
||||||
|
|
@ -53,7 +53,7 @@ okhttp-logging-interceptor = { group = "com.squareup.okhttp3", name = "logging-i
|
||||||
agp-apksig = { group = "com.android.tools.build", name = "apksig", version.ref = "agp" }
|
agp-apksig = { group = "com.android.tools.build", name = "apksig", version.ref = "agp" }
|
||||||
appiconloader = { module = "me.zhanghai.android.appiconloader:appiconloader", version = "1.5.0" }
|
appiconloader = { module = "me.zhanghai.android.appiconloader:appiconloader", version = "1.5.0" }
|
||||||
material = { module = "com.google.android.material:material", version = "1.12.0" }
|
material = { module = "com.google.android.material:material", version = "1.12.0" }
|
||||||
gson = { module = "com.google.code.gson:gson", version = "2.13.0" }
|
gson = { module = "com.google.code.gson:gson", version = "2.13.1" }
|
||||||
hiddenapibypass = { module = "org.lsposed.hiddenapibypass:hiddenapibypass", version = "6.1" }
|
hiddenapibypass = { module = "org.lsposed.hiddenapibypass:hiddenapibypass", version = "6.1" }
|
||||||
kotlin-stdlib = { module = "org.jetbrains.kotlin:kotlin-stdlib", version.ref = "kotlin" }
|
kotlin-stdlib = { module = "org.jetbrains.kotlin:kotlin-stdlib", version.ref = "kotlin" }
|
||||||
kotlinx-coroutines-core = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-core", version = "1.10.2" }
|
kotlinx-coroutines-core = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-core", version = "1.10.2" }
|
||||||
|
|
|
||||||
Binary file not shown.
|
|
@ -1,6 +1,6 @@
|
||||||
distributionBase=GRADLE_USER_HOME
|
distributionBase=GRADLE_USER_HOME
|
||||||
distributionPath=wrapper/dists
|
distributionPath=wrapper/dists
|
||||||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.12-bin.zip
|
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.3-bin.zip
|
||||||
networkTimeout=10000
|
networkTimeout=10000
|
||||||
validateDistributionUrl=true
|
validateDistributionUrl=true
|
||||||
zipStoreBase=GRADLE_USER_HOME
|
zipStoreBase=GRADLE_USER_HOME
|
||||||
|
|
|
||||||
|
|
@ -114,7 +114,7 @@ case "$( uname )" in #(
|
||||||
NONSTOP* ) nonstop=true ;;
|
NONSTOP* ) nonstop=true ;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
CLASSPATH=$APP_HOME/gradle/wrapper/gradle-wrapper.jar
|
CLASSPATH="\\\"\\\""
|
||||||
|
|
||||||
|
|
||||||
# Determine the Java command to use to start the JVM.
|
# Determine the Java command to use to start the JVM.
|
||||||
|
|
@ -205,7 +205,7 @@ fi
|
||||||
DEFAULT_JVM_OPTS='"-Xmx64m" "-Xms64m"'
|
DEFAULT_JVM_OPTS='"-Xmx64m" "-Xms64m"'
|
||||||
|
|
||||||
# Collect all arguments for the java command:
|
# Collect all arguments for the java command:
|
||||||
# * DEFAULT_JVM_OPTS, JAVA_OPTS, JAVA_OPTS, and optsEnvironmentVar are not allowed to contain shell fragments,
|
# * DEFAULT_JVM_OPTS, JAVA_OPTS, and optsEnvironmentVar are not allowed to contain shell fragments,
|
||||||
# and any embedded shellness will be escaped.
|
# and any embedded shellness will be escaped.
|
||||||
# * For example: A user cannot expect ${Hostname} to be expanded, as it is an environment variable and will be
|
# * For example: A user cannot expect ${Hostname} to be expanded, as it is an environment variable and will be
|
||||||
# treated as '${Hostname}' itself on the command line.
|
# treated as '${Hostname}' itself on the command line.
|
||||||
|
|
@ -213,7 +213,7 @@ DEFAULT_JVM_OPTS='"-Xmx64m" "-Xms64m"'
|
||||||
set -- \
|
set -- \
|
||||||
"-Dorg.gradle.appname=$APP_BASE_NAME" \
|
"-Dorg.gradle.appname=$APP_BASE_NAME" \
|
||||||
-classpath "$CLASSPATH" \
|
-classpath "$CLASSPATH" \
|
||||||
org.gradle.wrapper.GradleWrapperMain \
|
-jar "$APP_HOME/gradle/wrapper/gradle-wrapper.jar" \
|
||||||
"$@"
|
"$@"
|
||||||
|
|
||||||
# Stop when "xargs" is not available.
|
# Stop when "xargs" is not available.
|
||||||
|
|
|
||||||
|
|
@ -70,11 +70,11 @@ goto fail
|
||||||
:execute
|
:execute
|
||||||
@rem Setup the command line
|
@rem Setup the command line
|
||||||
|
|
||||||
set CLASSPATH=%APP_HOME%\gradle\wrapper\gradle-wrapper.jar
|
set CLASSPATH=
|
||||||
|
|
||||||
|
|
||||||
@rem Execute Gradle
|
@rem Execute Gradle
|
||||||
"%JAVA_EXE%" %DEFAULT_JVM_OPTS% %JAVA_OPTS% %GRADLE_OPTS% "-Dorg.gradle.appname=%APP_BASE_NAME%" -classpath "%CLASSPATH%" org.gradle.wrapper.GradleWrapperMain %*
|
"%JAVA_EXE%" %DEFAULT_JVM_OPTS% %JAVA_OPTS% %GRADLE_OPTS% "-Dorg.gradle.appname=%APP_BASE_NAME%" -classpath "%CLASSPATH%" -jar "%APP_HOME%\gradle\wrapper\gradle-wrapper.jar" %*
|
||||||
|
|
||||||
:end
|
:end
|
||||||
@rem End local scope for the variables with windows NT shell
|
@rem End local scope for the variables with windows NT shell
|
||||||
|
|
|
||||||
|
|
@ -143,7 +143,7 @@ val generateWebRoot = tasks.register<Copy>("generateWebRoot") {
|
||||||
doLast {
|
doLast {
|
||||||
exec {
|
exec {
|
||||||
workingDir = webroottmp
|
workingDir = webroottmp
|
||||||
commandLine("pnpm", "add", "-D", "parcel-bundler", "kernelsu")
|
commandLine("pnpm", "add", "-D", "parcel", "kernelsu")
|
||||||
}
|
}
|
||||||
exec {
|
exec {
|
||||||
workingDir = webroottmp
|
workingDir = webroottmp
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8"/>
|
<meta charset="utf-8"/>
|
||||||
<title>JingMatrix/LSPosed</title>
|
<title>JingMatrix/LSPosed</title>
|
||||||
<script src="index.js"></script>
|
<script type="module" src="index.js"></script>
|
||||||
</head>
|
</head>
|
||||||
<body></body>
|
<body></body>
|
||||||
</html>
|
</html>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue