Skip to content

Commit

Permalink
Merge pull request #9 from Goooler/proguard
Browse files Browse the repository at this point in the history
Bundle proguard rules in AAR
  • Loading branch information
SarotecK authored Mar 21, 2023
2 parents f0764f1 + 2b57bf5 commit 0341eda
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 21 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ The BypassProvider will automatically unseal your process and allow you to acces

Please create a bug report if you find any issues. This chapter will be updated then.

## R8 / Proguard
The specific rules are [already bundled](restrictionbypass/consumer-rules.pro) into the aar which can be interpreted by R8 automatically.

## Donate

Expand Down
2 changes: 2 additions & 0 deletions restrictionbypass/consumer-rules.pro
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Don't touch the restrictionbypass code
-keep class org.chickenhook.restrictionbypass.** { *; }
21 changes: 0 additions & 21 deletions restrictionbypass/proguard-rules.pro

This file was deleted.

0 comments on commit 0341eda

Please sign in to comment.