LightningLauncher-TrianguloY/app/llx/build.gradle

26 lines
539 B
Groovy
Raw Normal View History

2018-12-15 17:57:52 +01:00
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
repositories {
mavenCentral()
jcenter()
maven {
url 'https://maven.google.com/'
name 'Google'
}
}
dependencies {
classpath 'com.android.tools.build:gradle:3.2.1'
2018-12-15 17:57:52 +01:00
}
}
allprojects {
repositories {
mavenCentral()
maven {
url 'https://maven.google.com/'
name 'Google'
}
jcenter()
2018-12-15 17:57:52 +01:00
}
}