Skip to content

Commit

Permalink
build(Needs bump): bump dependencies
Browse files Browse the repository at this point in the history
This fixes an issue with flagging the resource table with sparse incorrectly.
  • Loading branch information
oSumAtrIX committed Aug 28, 2023
1 parent dd6c139 commit 7580f5c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
[versions]
shadow = "8.1.1"
apksig = "8.1.0"
apksig = "8.1.1"
bcpkix-jdk15on = "1.70"
jackson-module-kotlin = "2.14.3"
jadb = "2531a28109"
kotlin-reflect = "1.9.0"
kotlin-test = "1.8.20-RC"
kotlinx-coroutines-core = "1.7.1"
picocli = "4.7.3"
revanced-patcher = "14.1.0"
revanced-patcher = "14.2.1"

[libraries]
apksig = { module = "com.android.tools.build:apksig", version.ref = "apksig" }
Expand Down

0 comments on commit 7580f5c

Please sign in to comment.