From 7fc8e882d8d268484b6e273fdb0371db2feef1d3 Mon Sep 17 00:00:00 2001 From: LisoUseInAIKyrios <118716522+LisoUseInAIKyrios@users.noreply.github.com> Date: Fri, 21 Apr 2023 20:37:53 +0300 Subject: [PATCH] fix(spoof-wifi-connection): fixed crash when wifi is disabled (#363) --- app/proguard-rules.pro | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/proguard-rules.pro b/app/proguard-rules.pro index 4ed549ed..21432998 100644 --- a/app/proguard-rules.pro +++ b/app/proguard-rules.pro @@ -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.** { *; }