Skip to content

Commit

Permalink
Do not let library set Proguard settings for release build type.
Browse files Browse the repository at this point in the history
  • Loading branch information
philliphsu committed Jun 13, 2017
1 parent 3c0c7f3 commit 641785f
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions bottomsheetpickers/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,6 @@ android {
versionName rootProject.ext.versionName
vectorDrawables.useSupportLibrary = true
}
buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}
}

dependencies {
Expand Down

0 comments on commit 641785f

Please sign in to comment.