1
0
Fork 0
mirror of https://github.com/TrianguloY/LightningLauncher.git synced 2025-01-19 10:26:45 +01:00
LightningLauncher-TrianguloY/app/llx/build.gradle

26 lines
556 B
Groovy

// 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'
}
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.3.2'
}
}
allprojects {
repositories {
mavenCentral()
maven {
url 'https://maven.google.com/'
name 'Google'
}
jcenter()
}
}