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'