1
0
mirror of https://github.com/ultrasonic/ultrasonic synced 2025-01-23 05:33:12 +01:00
ultrasonic-app-subsonic-and.../build.gradle
Egor Berdnikov 95b20b486d Move all dependencies to standalone file.
This allows better and easier versioning management across modules

Signed-off-by: Yahor Berdnikau <egorr.berd@gmail.com>
2017-01-14 23:56:12 +01:00

20 lines
363 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
}
}
allprojects {
repositories {
jcenter()
}
}