Skip to content

Commit

Permalink
Add proguard consumer file configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
SandroMachado committed Feb 28, 2016
1 parent caef5dd commit 5363766
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 20 deletions.
1 change: 1 addition & 0 deletions roundedimageview/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ android {

defaultConfig {
minSdkVersion 8
consumerProguardFiles 'release-proguard.cfg'
versionCode 1
versionName version
}
Expand Down
20 changes: 0 additions & 20 deletions roundedimageview/proguard-project.txt

This file was deleted.

2 changes: 2 additions & 0 deletions roundedimageview/release-proguard.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Proguard configuration.
-dontwarn com.squareup.okhttp.**

0 comments on commit 5363766

Please sign in to comment.