diff options
Diffstat (limited to 'libs/thedevstacklogcat/build.gradle')
-rw-r--r-- | libs/thedevstacklogcat/build.gradle | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libs/thedevstacklogcat/build.gradle b/libs/thedevstacklogcat/build.gradle index 27db48ea..00fe2a0b 100644 --- a/libs/thedevstacklogcat/build.gradle +++ b/libs/thedevstacklogcat/build.gradle @@ -13,13 +13,10 @@ android { buildTypes { release { minifyEnabled false - proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro' } } } dependencies { - compile fileTree(dir: 'libs', include: ['*.jar']) - testCompile 'junit:junit:4.12' compile 'com.android.support:appcompat-v7:22.2.1' } |