Updated build files

This commit is contained in:
daniel oeh 2014-11-05 20:40:24 +01:00
parent ad14fa4f7f
commit c179ec7d35
3 changed files with 5 additions and 5 deletions

View File

@ -26,7 +26,7 @@ dependencies {
android {
compileSdkVersion 21
buildToolsVersion "21.0.2"
buildToolsVersion "21.1.0"
defaultConfig {
minSdkVersion 10
@ -73,7 +73,7 @@ android {
buildConfigField STRING, FLATTR_APP_SECRET, mFlattrAppSecret
}
release {
runProguard true
minifyEnabled true
proguardFile 'proguard.cfg'
signingConfig signingConfigs.releaseConfig
buildConfigField STRING, FLATTR_APP_KEY, mFlattrAppKey

View File

@ -5,7 +5,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:0.13.3'
classpath 'com.android.tools.build:gradle:0.14.1'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files

View File

@ -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'
}
}