Yuito-app-android/build.gradle

23 lines
456 B
Groovy
Raw Normal View History

2017-01-03 02:37:38 +01:00
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
repositories {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.0.0'
2017-01-03 02:37:38 +01:00
}
}
allprojects {
repositories {
jcenter()
maven { url "https://jitpack.io" }
2017-06-28 19:32:50 +02:00
maven { url 'https://maven.google.com' }
2017-01-03 02:37:38 +01:00
}
}
task clean(type: Delete) {
delete rootProject.buildDir
}