mirror of
https://github.com/revanced/revanced-integrations.git
synced 2025-01-05 01:25:50 +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.
|
# hide the original source file name.
|
||||||
#-renamesourcefileattribute SourceFile
|
#-renamesourcefileattribute SourceFile
|
||||||
-dontobfuscate
|
-dontobfuscate
|
||||||
|
-dontoptimize
|
||||||
|
-keepattributes * # https://www.guardsquare.com/manual/configuration/attributes
|
||||||
-keep class app.revanced.** {
|
-keep class app.revanced.** {
|
||||||
*;
|
*;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user