Skip to content

Commit

Permalink
1.添加混淆配置
Browse files Browse the repository at this point in the history
  • Loading branch information
July committed Sep 22, 2023
1 parent 08646f7 commit 61e8efa
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tools/proguard-rules.pro
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,6 @@
public <init>(android.content.Context, android.util.AttributeSet, int);
public void set*(***);
public *** get*();
}
}

-keep class com.app.tools.EasyWebView.** {*;}

0 comments on commit 61e8efa

Please sign in to comment.