Skip to content

Commit 9747e97

Browse files
dependabot[bot]JingMatrix
authored andcommitted
Update dependencies
Also fix upstream url for the submodule ManifestEditor, since #176 is pulling updates from WindySha/ManifestEditor. Bump the maven group across 1 directory with 6 updates (#186) Bumps the maven group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | androidx.fragment:fragment | `1.8.5` | `1.8.6` | | androidx.navigation:navigation-fragment | `2.8.6` | `2.8.7` | | androidx.navigation:navigation-ui | `2.8.6` | `2.8.7` | | androidx.navigation.safeargs | `2.8.6` | `2.8.7` | | androidx.swiperefreshlayout:swiperefreshlayout | `1.2.0-alpha01` | `1.2.0-beta01` | | [org.lsposed.hiddenapibypass:hiddenapibypass](https://github.com/LSPosed/AndroidHiddenApiBypass) | `6.0` | `6.1` | Updates `androidx.fragment:fragment` from 1.8.5 to 1.8.6 Updates `androidx.navigation:navigation-fragment` from 2.8.6 to 2.8.7 Updates `androidx.navigation:navigation-ui` from 2.8.6 to 2.8.7 Updates `androidx.navigation.safeargs` from 2.8.6 to 2.8.7 Updates `androidx.navigation:navigation-ui` from 2.8.6 to 2.8.7 Updates `androidx.swiperefreshlayout:swiperefreshlayout` from 1.2.0-alpha01 to 1.2.0-beta01 Updates `org.lsposed.hiddenapibypass:hiddenapibypass` from 6.0 to 6.1 - [Commits](LSPosed/AndroidHiddenApiBypass@v6.0...v6.1) Updates `androidx.navigation.safeargs` from 2.8.6 to 2.8.7 --- updated-dependencies: - dependency-name: androidx.fragment:fragment dependency-type: direct:production update-type: version-update:semver-patch dependency-group: maven - dependency-name: androidx.navigation:navigation-fragment dependency-type: direct:production update-type: version-update:semver-patch dependency-group: maven - dependency-name: androidx.navigation:navigation-ui dependency-type: direct:production update-type: version-update:semver-patch dependency-group: maven - dependency-name: androidx.navigation.safeargs dependency-type: direct:production update-type: version-update:semver-patch dependency-group: maven - dependency-name: androidx.navigation:navigation-ui dependency-type: direct:production update-type: version-update:semver-patch dependency-group: maven - dependency-name: androidx.swiperefreshlayout:swiperefreshlayout dependency-type: direct:production update-type: version-update:semver-patch dependency-group: maven - dependency-name: org.lsposed.hiddenapibypass:hiddenapibypass dependency-type: direct:production update-type: version-update:semver-minor dependency-group: maven - dependency-name: androidx.navigation.safeargs dependency-type: direct:production update-type: version-update:semver-patch dependency-group: maven ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Bump the maven group with 3 updates (#187) Bumps the maven group with 3 updates: com.android.tools.build:apksig, com.android.library and com.android.application. Updates `com.android.tools.build:apksig` from 8.8.0 to 8.8.1 Updates `com.android.library` from 8.8.0 to 8.8.1 Updates `com.android.application` from 8.8.0 to 8.8.1 Updates `com.android.library` from 8.8.0 to 8.8.1 Updates `com.android.application` from 8.8.0 to 8.8.1 --- updated-dependencies: - dependency-name: com.android.tools.build:apksig dependency-type: direct:production update-type: version-update:semver-patch dependency-group: maven - dependency-name: com.android.library dependency-type: direct:production update-type: version-update:semver-patch dependency-group: maven - dependency-name: com.android.application dependency-type: direct:production update-type: version-update:semver-patch dependency-group: maven - dependency-name: com.android.library dependency-type: direct:production update-type: version-update:semver-patch dependency-group: maven - dependency-name: com.android.application dependency-type: direct:production update-type: version-update:semver-patch dependency-group: maven ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 209a541 commit 9747e97

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

.gitmodules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
url = https://github.com/fmtlib/fmt.git
1010
[submodule "patch/libs/manifest-editor"]
1111
path = axml/libs/manifest-editor
12-
url = https://github.com/WindySha/ManifestEditor.git
12+
url = https://github.com/JingMatrix/ManifestEditor.git
1313
[submodule "external/xz-embedded"]
1414
path = external/xz-embedded
1515
url = https://github.com/tukaani-project/xz-embedded

apache/commons-lang

Submodule commons-lang updated 81 files

gradle/libs.versions.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[versions]
2-
agp = "8.8.0"
3-
kotlin = "2.1.0"
4-
nav = "2.8.5"
2+
agp = "8.8.1"
3+
kotlin = "2.1.10"
4+
nav = "2.8.7"
55
appcenter = "5.0.5"
66
libxposed = "100"
77
glide = "4.16.0"
@@ -36,12 +36,12 @@ androidx-annotation = { module = "androidx.annotation:annotation", version = "1.
3636
androidx-browser = { module = "androidx.browser:browser", version = "1.8.0" }
3737
androidx-constraintlayout = { module = "androidx.constraintlayout:constraintlayout", version = "2.2.0" }
3838
androidx-core = { module = "androidx.core:core", version = "1.15.0" }
39-
androidx-fragment = { module = "androidx.fragment:fragment", version = "1.8.5" }
39+
androidx-fragment = { module = "androidx.fragment:fragment", version = "1.8.6" }
4040
androidx-navigation-fragment = { group = "androidx.navigation", name = "navigation-fragment", version.ref = "nav" }
4141
androidx-navigation-ui = { group = "androidx.navigation", name = "navigation-ui", version.ref = "nav" }
4242
androidx-preference = { module = "androidx.preference:preference", version = "1.2.1" }
4343
androidx-recyclerview = { module = "androidx.recyclerview:recyclerview", version = "1.4.0" }
44-
androidx-swiperefreshlayout = { module = "androidx.swiperefreshlayout:swiperefreshlayout", version = "1.2.0-alpha01" }
44+
androidx-swiperefreshlayout = { module = "androidx.swiperefreshlayout:swiperefreshlayout", version = "1.2.0-beta01" }
4545

4646
glide = { group = "com.github.bumptech.glide", name = "glide", version.ref = "glide" }
4747
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
5353
agp-apksig = { group = "com.android.tools.build", name = "apksig", version.ref = "agp" }
5454
appiconloader = { module = "me.zhanghai.android.appiconloader:appiconloader", version = "1.5.0" }
5555
material = { module = "com.google.android.material:material", version = "1.12.0" }
56-
gson = { module = "com.google.code.gson:gson", version = "2.11.0" }
57-
hiddenapibypass = { module = "org.lsposed.hiddenapibypass:hiddenapibypass", version = "4.3" }
56+
gson = { module = "com.google.code.gson:gson", version = "2.12.1" }
57+
hiddenapibypass = { module = "org.lsposed.hiddenapibypass:hiddenapibypass", version = "6.1" }
5858
kotlin-stdlib = { module = "org.jetbrains.kotlin:kotlin-stdlib", version.ref = "kotlin" }
5959
kotlinx-coroutines-core = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-core", version = "1.10.1" }
6060

0 commit comments

Comments
 (0)