From c831cbc040fbe9b89c0bb23057f959873d050d25 Mon Sep 17 00:00:00 2001 From: Mygod Date: Mon, 23 Jan 2023 22:10:29 -0500 Subject: [PATCH] Remove obsolete proguard rules --- mobile/proguard-rules.pro | 7 ------- 1 file changed, 7 deletions(-) diff --git a/mobile/proguard-rules.pro b/mobile/proguard-rules.pro index 9f12fb55..97f6f95a 100644 --- a/mobile/proguard-rules.pro +++ b/mobile/proguard-rules.pro @@ -20,10 +20,3 @@ # If you keep the line number information, uncomment this to # hide the original source file name. #-renamesourcefileattribute SourceFile - --if public class be.mygod.librootkotlinx.RootServer { - private void doInit(android.content.Context, boolean, java.lang.String); -} --keep class be.mygod.librootkotlinx.RootServer { - public static void main(java.lang.String[]); -}