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

View File

@ -5,7 +5,7 @@ buildscript {
jcenter() jcenter()
} }
dependencies { 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 // NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files // in the individual module build.gradle files

View File

@ -2,7 +2,7 @@ apply plugin: 'com.android.library'
android { android {
compileSdkVersion 21 compileSdkVersion 21
buildToolsVersion "21.0.2" buildToolsVersion "21.1.0"
defaultConfig { defaultConfig {
applicationId "de.danoeh.antennapod.core" applicationId "de.danoeh.antennapod.core"
@ -13,7 +13,7 @@ android {
} }
buildTypes { buildTypes {
release { release {
runProguard false minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro' proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
} }
} }