Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
Sascha Roth committed Mar 21, 2023
2 parents 89b512d + 0341eda commit 5d2b4a7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 22 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Android API restriction bypass for all Android Versions

Small library to access hidden API restricted by https://developer.android.com/distribute/best-practices/develop/restrictions-non-sdk-interfaces

More technical details can be found: https://wordpress.com/stats/day/androidreverse.wordpress.com?tab=visitors
More technical details can be found: https://androidreverse.org/2023/02/21/android-api-restriction-bypass-for-all-android-versions/

## Supported Android Versions

Expand Down 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 5d2b4a7

Please sign in to comment.