Updated build.gradle.
This commit is contained in:
parent
5747680e6a
commit
5d62f9a02c
1 changed files with 7 additions and 0 deletions
|
@ -9,6 +9,7 @@ buildscript {
|
||||||
}
|
}
|
||||||
|
|
||||||
apply plugin: 'android'
|
apply plugin: 'android'
|
||||||
|
apply plugin: 'eclipse'
|
||||||
|
|
||||||
repositories {
|
repositories {
|
||||||
mavenCentral()
|
mavenCentral()
|
||||||
|
@ -28,6 +29,12 @@ android {
|
||||||
compileSdkVersion 19
|
compileSdkVersion 19
|
||||||
buildToolsVersion "19.0.1"
|
buildToolsVersion "19.0.1"
|
||||||
|
|
||||||
|
buildTypes {
|
||||||
|
debug {
|
||||||
|
packageNameSuffix ".debug"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
sourceSets {
|
sourceSets {
|
||||||
main {
|
main {
|
||||||
manifest.srcFile 'AndroidManifest.xml'
|
manifest.srcFile 'AndroidManifest.xml'
|
||||||
|
|
Reference in a new issue