summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordaniel oeh <daniel.oeh@gmail.com>2014-06-08 14:02:00 +0200
committerdaniel oeh <daniel.oeh@gmail.com>2014-06-08 14:02:00 +0200
commit80066bcf01754e253d47eb8cc7ba668236850bf6 (patch)
tree8b378ae5c3e2a529a9510ff1ad2bd37ff08d745a
parentd9a610fb61028845349d98c4e1574778a7cfc05e (diff)
downloadAntennaPod-80066bcf01754e253d47eb8cc7ba668236850bf6.zip
Replaced deprecated symbols in build.gradle
-rw-r--r--build.gradle4
1 files changed, 2 insertions, 2 deletions
diff --git a/build.gradle b/build.gradle
index 7ae35ae61..7e1f7809b 100644
--- a/build.gradle
+++ b/build.gradle
@@ -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