Replaced deprecated symbols in build.gradle

This commit is contained in:
daniel oeh 2014-06-08 14:02:00 +02:00
parent d9a610fb61
commit 80066bcf01

View File

@ -39,7 +39,7 @@ android {
defaultConfig { defaultConfig {
minSdkVersion 10 minSdkVersion 10
targetSdkVersion 19 targetSdkVersion 19
testPackageName "de.test.antennapod" testApplicationId "de.test.antennapod"
testInstrumentationRunner "instrumentationTest.de.test.antennapod.AntennaPodTestRunner" testInstrumentationRunner "instrumentationTest.de.test.antennapod.AntennaPodTestRunner"
} }
@ -82,7 +82,7 @@ android {
buildTypes { buildTypes {
debug { debug {
packageNameSuffix ".debug" applicationIdSuffix ".debug"
} }
release { release {
runProguard true runProguard true