mirror of
https://github.com/ultrasonic/ultrasonic
synced 2025-01-19 11:50:57 +01:00
89419732ca
- No longer use submodules - Use latest SDK - Performed an entire project cleanup
16 lines
301 B
Groovy
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()
|
|
}
|
|
}
|