Added test-projects to solution and upgraded build to latest tools.

This commit is contained in:
Alexander Pacha
2016-05-01 21:09:14 +02:00
parent 312d0d7d71
commit a9b030cd72
6 changed files with 137 additions and 12 deletions

View File

@@ -2,6 +2,7 @@
buildscript {
repositories {
jcenter()
maven { url 'http://repo1.maven.org/maven2' }
}
dependencies {
classpath 'com.android.tools.build:gradle:2.1.0'
@@ -11,5 +12,10 @@ buildscript {
allprojects {
repositories {
jcenter()
maven { url 'http://repo1.maven.org/maven2' }
}
}
task clean(type: Delete) {
delete rootProject.buildDir
}