fix: Fix broken Remove screen capture restriction
, Remove screenshot restriction
, Spoof Wi-Fi connection
, and Export internal data documents provider
patch (#4405)
This commit is contained in:

committed by
GitHub

parent
a935f5c6a6
commit
1d52b7478d
@ -23,7 +23,9 @@ settings {
|
||||
extensions {
|
||||
defaultNamespace = "app.revanced.extension"
|
||||
|
||||
proguardFiles("../proguard-rules.pro")
|
||||
// Must resolve to an absolute path (not relative),
|
||||
// otherwise the extensions in subfolders will fail to find the proguard config.
|
||||
proguardFiles(rootProject.projectDir.resolve("extensions/proguard-rules.pro").toString())
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user