Skip to content

Commit

Permalink
Update README with information about proguard
Browse files Browse the repository at this point in the history
  • Loading branch information
vinaygaba committed Sep 19, 2023
1 parent d3d4d31 commit fa37d4c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,14 @@ class MyRootModule: ShowkaseRootModule
startActivity(Showkase.getBrowserIntent(context))
```

Most users of Showkase will use it in their debug builds. However, if you have a use case where you would
like to use Showkase in a release build (or a build that has minification enabled), you will need to add
the following line to your proguard rules

```
-keep public class * extends com.airbnb.android.showkase.models.ShowkaseProvider
```

## Documentation

##### 1. @ShowkaseComposable
Expand Down

0 comments on commit fa37d4c

Please sign in to comment.