chore: bump patcher

This commit is contained in:
Ax333l 2023-08-04 12:55:14 +02:00
parent 4eca2a3b5d
commit d666ece4a8
No known key found for this signature in database
GPG Key ID: D2B4D85271127D23
2 changed files with 2 additions and 2 deletions

View File

@ -28,7 +28,7 @@ class Session(
PatcherOptions(
inputFile = input,
resourceCacheDirectory = temporary.resolve("aapt-resources").path,
frameworkFolderLocation = frameworkDir,
frameworkDirectory = frameworkDir,
aaptPath = aaptPath,
logger = logger,
)

View File

@ -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"