minimalist-launcher/build.gradle
2018-04-09 12:22:33 -04:00

12 lines
259 B
Groovy

// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
repositories {
google()
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.1.0'
}
}