mirror of
https://github.com/revanced/revanced-integrations.git
synced 2025-01-02 16:15:58 +01:00
fix(spoof-wifi-connection): fixed crash when wifi is disabled (#363)
This commit is contained in:
parent
a61148cac2
commit
7fc8e882d8
2
app/proguard-rules.pro
vendored
2
app/proguard-rules.pro
vendored
@ -20,6 +20,8 @@
|
||||
# hide the original source file name.
|
||||
#-renamesourcefileattribute SourceFile
|
||||
-dontobfuscate
|
||||
-dontoptimize
|
||||
-keepattributes * # https://www.guardsquare.com/manual/configuration/attributes
|
||||
-keep class app.revanced.** {
|
||||
*;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user