Skip to content

Commit

Permalink
fix: Restore patching functionality of `Remove screen capture restric…
Browse files Browse the repository at this point in the history
…tion`, `Remove screenshot restriction`, `Spoof Wi-Fi connection`
  • Loading branch information
LisoUseInAIKyrios committed Feb 3, 2025
1 parent f9db6c2 commit 4effc6c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ val exportInternalDataDocumentsProviderPatch = resourcePatch(
) {
dependsOn(
bytecodePatch {
extendWith("extensions/all/misc/directory/export-internal-data-documents-provider.rve")
extendWith("extensions/all/misc/directory/documentsprovider/export-internal-data-documents-provider.rve")
},
)

Expand Down
4 changes: 3 additions & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@ settings {
extensions {
defaultNamespace = "app.revanced.extension"

proguardFiles("../proguard-rules.pro")
// Must use a file to convert relative path to absolute path,
// otherwise the extensions in subfolders fail to find the proguard config.
proguardFiles(file("extensions/proguard-rules.pro").toString())
}
}

Expand Down

0 comments on commit 4effc6c

Please # to comment.