Shitter-android-app/build.gradle

26 lines
442 B
Groovy
Raw Permalink Normal View History

2017-11-04 16:44:55 +01:00
// Top-level build file where you can add configuration options common to all sub-projects/modules.
2018-08-12 10:04:48 +02:00
2017-11-04 16:44:55 +01:00
buildscript {
repositories {
jcenter()
2018-05-18 20:17:52 +02:00
google()
2017-11-04 16:44:55 +01:00
}
dependencies {
2018-08-15 12:44:00 +02:00
classpath 'com.android.tools.build:gradle:3.1.4'
2017-11-04 16:44:55 +01:00
}
}
2018-08-12 10:04:48 +02:00
2017-11-04 16:44:55 +01:00
allprojects {
repositories {
jcenter()
2018-05-18 20:17:52 +02:00
google()
maven { url "https://jitpack.io"}
2017-11-04 16:44:55 +01:00
}
2018-02-14 22:41:17 +01:00
}
2018-08-12 10:04:48 +02:00
2018-02-14 22:41:17 +01:00
task clean(type: Delete) {
delete rootProject.buildDir
2017-12-21 20:45:52 +01:00
}