Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
javiersantos committed Jan 25, 2017
1 parent a5ed996 commit 97cac70
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,9 +117,10 @@ Use the builder and add following:

## ProGuard
```
-dontwarn org.apache.**
-keep class com.google.**
-keep class autovalue.shaded.com.google.**
-dontwarn com.google.**
-dontwarn autovalue.shaded.com.google.**
-keep public class com.android.vending.licensing.ILicensingService
```

Expand Down

0 comments on commit 97cac70

Please sign in to comment.