Updated build.gradle.

This commit is contained in:
Felix Ableitner 2014-04-28 09:14:35 +02:00
parent 5747680e6a
commit 5d62f9a02c

View file

@ -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'