diff options
author | steckbrief <steckbrief@chefmail.de> | 2015-12-14 14:56:46 +0100 |
---|---|---|
committer | steckbrief <steckbrief@chefmail.de> | 2015-12-14 14:56:46 +0100 |
commit | 9d0dedc6cec165fc720e507e94c976f78a6ed743 (patch) | |
tree | 479765d89796228778cc5dfd03a118b6ecdba5d6 /libs/emojicon/build.gradle | |
parent | 8ed95d05950ce8c76bd404d67593ca0f7fcc0f15 (diff) |
Build cleanup: libraries added as local resources, removed unused proguard configs, removed SwipyRefreshLayout as module and added as binary dependency, moved 3rd party binaries to separate folder
Diffstat (limited to 'libs/emojicon/build.gradle')
-rw-r--r-- | libs/emojicon/build.gradle | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libs/emojicon/build.gradle b/libs/emojicon/build.gradle index a9776be0..8673b750 100644 --- a/libs/emojicon/build.gradle +++ b/libs/emojicon/build.gradle @@ -12,7 +12,6 @@ android { buildTypes { release { minifyEnabled false - proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.txt' } } } |