Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
orhanobut committed Feb 20, 2015
1 parent 583f65f commit 3a5f054
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,16 +73,6 @@ List<Foo> value = Hawk.get(key, new ArrayList<Foo>);
```


####ProGuard

If you are using ProGuard you should add the following options to your configuration file:

```
#Gson
-keep class com.google.gson.** { *; }
-keepattributes Signature
```

###License
<pre>
Copyright 2015 Orhan Obut
Expand Down

0 comments on commit 3a5f054

Please sign in to comment.