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 {
minSdkVersion 10
targetSdkVersion 19
testPackageName "de.test.antennapod"
testApplicationId "de.test.antennapod"
testInstrumentationRunner "instrumentationTest.de.test.antennapod.AntennaPodTestRunner"
}
@ -82,7 +82,7 @@ android {
buildTypes {
debug {
packageNameSuffix ".debug"
applicationIdSuffix ".debug"
}
release {
runProguard true