1
0
mirror of https://github.com/ultrasonic/ultrasonic synced 2025-02-02 02:06:45 +01:00
2017-07-19 17:02:47 +02:00

21 lines
402 B
Groovy

// Top-level build file where you can add configuration options common to all sub-projects/modules.
apply from: 'dependencies.gradle'
buildscript {
apply from: 'dependencies.gradle'
repositories {
jcenter()
}
dependencies {
classpath gradlePlugins.androidTools
classpath gradlePlugins.kotlin
}
}
allprojects {
repositories {
jcenter()
}
}