mirror of
https://github.com/ultrasonic/ultrasonic
synced 2024-12-13 01:07:46 +01:00
21 lines
402 B
Groovy
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()
|
|
}
|
|
}
|