From 5d62f9a02c47384f080c30fc99898e0908e48c1f Mon Sep 17 00:00:00 2001 From: Felix Ableitner Date: Mon, 28 Apr 2014 09:14:35 +0200 Subject: [PATCH] Updated build.gradle. --- build.gradle | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/build.gradle b/build.gradle index 2f2308f..61d32dc 100644 --- a/build.gradle +++ b/build.gradle @@ -9,6 +9,7 @@ buildscript { } apply plugin: 'android' +apply plugin: 'eclipse' repositories { mavenCentral() @@ -28,6 +29,12 @@ android { compileSdkVersion 19 buildToolsVersion "19.0.1" + buildTypes { + debug { + packageNameSuffix ".debug" + } + } + sourceSets { main { manifest.srcFile 'AndroidManifest.xml'