diff options
author | daniel oeh <daniel.oeh@gmail.com> | 2014-06-08 14:02:00 +0200 |
---|---|---|
committer | daniel oeh <daniel.oeh@gmail.com> | 2014-06-08 14:02:00 +0200 |
commit | 80066bcf01754e253d47eb8cc7ba668236850bf6 (patch) | |
tree | 8b378ae5c3e2a529a9510ff1ad2bd37ff08d745a | |
parent | d9a610fb61028845349d98c4e1574778a7cfc05e (diff) | |
download | AntennaPod-80066bcf01754e253d47eb8cc7ba668236850bf6.zip |
Replaced deprecated symbols in build.gradle
-rw-r--r-- | build.gradle | 4 |
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 |