fix:(spoof-wifi-connection): fixed crash when wifi is disabled (#363)

This commit is contained in:
LisoUseInAIKyrios 2023-04-21 20:37:53 +03:00 committed by GitHub
parent a61148cac2
commit f20f6c24b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.** {
*;
}