Skip to content

Commit 31c8978

Browse files
committed
Update readme with proguard instructions.
1 parent c7a322b commit 31c8978

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

README.md

+11-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Picasso
2-
========
2+
=======
33

44
A powerful image downloading and caching library for Android
55

@@ -23,6 +23,16 @@ Download [the latest JAR][2] or grab via Maven:
2323
```
2424

2525

26+
ProGuard
27+
--------
28+
29+
If you are using ProGuard make sure you add the following option:
30+
31+
```
32+
-dontwarn com.squareup.okhttp.**
33+
```
34+
35+
2636

2737
License
2838
--------

0 commit comments

Comments
 (0)