chore: bump patcher

This commit is contained in:
Ax333l
2023-08-04 12:55:14 +02:00
committed by oSumAtrIX
parent 89e373f98c
commit 5744bdda80
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"