Skip to content
This repository was archived by the owner on Mar 31, 2026. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions stetho-js-rhino/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ To proguard your project add the following rules to your proguard file:

```
# stetho
+keep class com.facebook.stetho.** { *; }
-keep class com.facebook.stetho.** { *; }

# rhino (javascript)
-dontwarn org.mozilla.javascript.**
Expand All @@ -209,7 +209,7 @@ If you want to remove the *tools* package for a more aggressive proguard use:

```
# stetho
+keep class com.facebook.stetho.** { *; }
-keep class com.facebook.stetho.** { *; }

# rhino (javascript)
-dontwarn org.mozilla.javascript.**
Expand Down