build: Bump ReVanced Patcher (#3862)

Co-authored-by: Ushie <ushiekane@gmail.com>
This commit is contained in:
oSumAtrIX
2024-11-05 19:28:51 +01:00
parent e32b19e170
commit 8da05ab46d
230 changed files with 1068 additions and 1733 deletions

View File

@ -21,6 +21,12 @@ dependencies {
compileOnly(project(":patches:stub"))
}
kotlin {
compilerOptions {
freeCompilerArgs = listOf("-Xcontext-receivers")
}
}
publishing {
repositories {
maven {