From 78899c7a80624648275b9441c6e49aa265acbc4c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Jan 2025 19:08:08 +0100 Subject: [PATCH] Update dependencies Also fix upstream url for the submodule ManifestEditor, since #176 is pulling updates from WindySha/ManifestEditor. --- .gitmodules | 2 +- apache/commons-lang | 2 +- external/fmt | 2 +- gradle/libs.versions.toml | 8 ++++---- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.gitmodules b/.gitmodules index 631c3b520..0ef33e53d 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 62b08ffdb..899358bb3 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 e3ddede6c..c9267da4d 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 58f98a07c..ce36f3237 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" +kotlin = "2.1.10" +nav = "2.8.6" appcenter = "5.0.5" libxposed = "100" glide = "4.16.0" @@ -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.0" } 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" }