Shitter-android-app/build.gradle

16 lines
301 B
Groovy
Raw 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.
buildscript {
repositories {
jcenter()
}
dependencies {
2017-12-21 20:45:52 +01:00
classpath "com.android.tools.build:gradle:3.0.0"
2017-11-04 16:44:55 +01:00
}
}
allprojects {
repositories {
jcenter()
}
2017-12-21 20:45:52 +01:00
}