Skip to content
This repository has been archived by the owner on Nov 20, 2023. It is now read-only.

Commit

Permalink
chore: bump patcher
Browse files Browse the repository at this point in the history
  • Loading branch information
Axelen123 committed Aug 4, 2023
1 parent 4eca2a3 commit d666ece
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/src/main/java/app/revanced/manager/patcher/Session.kt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class Session(
PatcherOptions(
inputFile = input,
resourceCacheDirectory = temporary.resolve("aapt-resources").path,
frameworkFolderLocation = frameworkDir,
frameworkDirectory = frameworkDir,
aaptPath = aaptPath,
logger = logger,
)
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ accompanist = "0.30.1"
serialization = "1.5.1"
collection = "0.3.5"
room-version = "2.5.2"
patcher = "11.0.4"
patcher = "12.1.1"
apksign = "8.0.2"
bcpkix-jdk18on = "1.75"
koin-version = "3.4.2"
Expand Down

0 comments on commit d666ece

Please sign in to comment.