1
0
mirror of https://github.com/ultrasonic/ultrasonic synced 2025-01-19 11:50:57 +01:00
ultrasonic-app-subsonic-and.../build.gradle
Óscar García Amor 89419732ca Project updated to Android Studio
- No longer use submodules
- Use latest SDK
- Performed an entire project cleanup
2015-07-26 17:03:28 +02:00

16 lines
301 B
Groovy

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