Skip to content

Commit

Permalink
Merge pull request #174 from okta/update-readme
Browse files Browse the repository at this point in the history
Update readme with proguard rules
  • Loading branch information
FeiChen-okta authored Jul 30, 2020
2 parents 65363aa + 65680ca commit 1702a1a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,12 @@ android {

For more details on Java 8 support for your Android projects, refer to the [Android developer documentations](#https://developer.android.com/studio/write/java8-support)

Add the following to your proguard rules:

```txt
-keep class com.okta.oidc.** { *; }
```

### Sample app

A sample is contained within this repository. For more information on how to
Expand Down

0 comments on commit 1702a1a

Please sign in to comment.