summaryrefslogtreecommitdiff
path: root/core/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'core/build.gradle')
-rw-r--r--core/build.gradle4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/build.gradle b/core/build.gradle
index 8c3307b80..e14eff4ac 100644
--- a/core/build.gradle
+++ b/core/build.gradle
@@ -2,7 +2,7 @@ apply plugin: 'com.android.library'
android {
compileSdkVersion 21
- buildToolsVersion "21.0.2"
+ buildToolsVersion "21.1.0"
defaultConfig {
applicationId "de.danoeh.antennapod.core"
@@ -13,7 +13,7 @@ android {
}
buildTypes {
release {
- runProguard false
+ minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}