Skip to content

Commit

Permalink
build(deps): bump the maven-dependencies group across 1 directory wit…
Browse files Browse the repository at this point in the history
…h 6 updates (#828)

dependabot: Ignore `com.github.HChenX:HookTool`

Updates `androidx.annotation:annotation` from 1.8.1 to 1.8.2
Updates `androidx.collection:collection` from 1.4.2 to 1.4.3
Updates `androidx.constraintlayout:constraintlayout` from 2.2.0-alpha13 to 2.2.0-alpha14
Updates `com.android.application` from 8.5.1 to 8.5.2
Updates `com.android.library` from 8.5.1 to 8.5.2
Updates `org.jetbrains.kotlin.android` from 2.0.10 to 2.0.20

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: awainatsu <[email protected]>
  • Loading branch information
dependabot[bot] and lightsummer233 authored Aug 28, 2024
1 parent ed3b8db commit 84d2ca1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
3 changes: 3 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ updates:
maven-dependencies:
patterns:
- "*"
ignore:
- dependency-name: "com.github.HChenX:HookTool"
# HookTool should be updated manually

- package-ecosystem: github-actions
directory: /
Expand Down
10 changes: 5 additions & 5 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
[versions]
agp = "8.5.1"
agp = "8.5.2"
hooktool = "v.0.9.6.5"
kotlinAndroid = "2.0.10"
kotlinAndroid = "2.0.20"
lsparanoid = "0.6.0"
#lspluginResopt = "1.6"

annotation = "1.8.1"
annotation = "1.8.2"
core = "1.13.1"
collection = "1.4.2"
collection = "1.4.3"
fragment = "1.8.2"
recyclerview = "1.3.2"
lifecycle-common = "2.8.4"
vectordrawable = "1.2.0"
vectordrawable-animated = "1.2.0"
customview = "1.2.0-alpha02"
customview-poolingcontainer = "1.0.0"
constraintlayout = "2.2.0-alpha13"
constraintlayout = "2.2.0-alpha14"

xposed-api = "82"

Expand Down

0 comments on commit 84d2ca1

Please sign in to comment.