diff --git a/.gitmodules b/.gitmodules index 631c3b52..0ef33e53 100644 --- a/.gitmodules +++ b/.gitmodules @@ -9,7 +9,7 @@ url = https://github.com/fmtlib/fmt.git [submodule "patch/libs/manifest-editor"] path = axml/libs/manifest-editor - url = https://github.com/WindySha/ManifestEditor.git + url = https://github.com/JingMatrix/ManifestEditor.git [submodule "external/xz-embedded"] path = external/xz-embedded url = https://github.com/tukaani-project/xz-embedded diff --git a/apache/commons-lang b/apache/commons-lang index 62b08ffd..899358bb 160000 --- a/apache/commons-lang +++ b/apache/commons-lang @@ -1 +1 @@ -Subproject commit 62b08ffdbab7a83911a8805bad1dbb22134406b6 +Subproject commit 899358bb3f8c8f7862af4707639eeeec927f1472 diff --git a/external/fmt b/external/fmt index e3ddede6..c9267da4 160000 --- a/external/fmt +++ b/external/fmt @@ -1 +1 @@ -Subproject commit e3ddede6c4ee818825c4e5a6dfa1d384860c27d9 +Subproject commit c9267da4dfec806e6137ce68a2ce50d833a27bc6 diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 58f98a07..f4f4301c 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,7 +1,7 @@ [versions] -agp = "8.8.0" -kotlin = "2.1.0" -nav = "2.8.5" +agp = "8.8.1" +kotlin = "2.1.10" +nav = "2.8.7" appcenter = "5.0.5" libxposed = "100" glide = "4.16.0" @@ -36,12 +36,12 @@ androidx-annotation = { module = "androidx.annotation:annotation", version = "1. androidx-browser = { module = "androidx.browser:browser", version = "1.8.0" } androidx-constraintlayout = { module = "androidx.constraintlayout:constraintlayout", version = "2.2.0" } androidx-core = { module = "androidx.core:core", version = "1.15.0" } -androidx-fragment = { module = "androidx.fragment:fragment", version = "1.8.5" } +androidx-fragment = { module = "androidx.fragment:fragment", version = "1.8.6" } 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-preference = { module = "androidx.preference:preference", version = "1.2.1" } androidx-recyclerview = { module = "androidx.recyclerview:recyclerview", version = "1.4.0" } -androidx-swiperefreshlayout = { module = "androidx.swiperefreshlayout:swiperefreshlayout", version = "1.2.0-alpha01" } +androidx-swiperefreshlayout = { module = "androidx.swiperefreshlayout:swiperefreshlayout", version = "1.2.0-beta01" } glide = { group = "com.github.bumptech.glide", name = "glide", version.ref = "glide" } glide-compiler = { group = "com.github.bumptech.glide", name = "compiler", version.ref = "glide" } @@ -53,8 +53,8 @@ okhttp-logging-interceptor = { group = "com.squareup.okhttp3", name = "logging-i agp-apksig = { group = "com.android.tools.build", name = "apksig", version.ref = "agp" } appiconloader = { module = "me.zhanghai.android.appiconloader:appiconloader", version = "1.5.0" } material = { module = "com.google.android.material:material", version = "1.12.0" } -gson = { module = "com.google.code.gson:gson", version = "2.11.0" } -hiddenapibypass = { module = "org.lsposed.hiddenapibypass:hiddenapibypass", version = "4.3" } +gson = { module = "com.google.code.gson:gson", version = "2.12.1" } +hiddenapibypass = { module = "org.lsposed.hiddenapibypass:hiddenapibypass", version = "6.1" } kotlin-stdlib = { module = "org.jetbrains.kotlin:kotlin-stdlib", version.ref = "kotlin" } kotlinx-coroutines-core = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-core", version = "1.10.1" }