Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
donglua committed Dec 22, 2017
1 parent 092df3d commit 9adcb72
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

```groovy
dependencies {
compile 'me.iwf.photopicker:PhotoPicker:0.9.10@aar'
compile 'me.iwf.photopicker:PhotoPicker:0.9.12@aar'
compile 'com.android.support:appcompat-v7:23.4.0'
compile 'com.android.support:recyclerview-v7:23.4.0'
Expand Down Expand Up @@ -122,10 +122,6 @@ PhotoPreview.builder()
**[] $VALUES;
public *;
}
# nineoldandroids
-keep interface com.nineoldandroids.view.** { *; }
-dontwarn com.nineoldandroids.**
-keep class com.nineoldandroids.** { *; }
# support-v7-appcompat
-keep public class android.support.v7.widget.** { *; }
-keep public class android.support.v7.internal.widget.** { *; }
Expand Down

0 comments on commit 9adcb72

Please sign in to comment.