mirror of
https://github.com/shagr4th/droid48
synced 2024-11-16 20:12:34 +01:00
15 lines
314 B
Groovy
15 lines
314 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-experimental:0.8.3'
|
|
}
|
|
}
|
|
|
|
allprojects {
|
|
repositories {
|
|
jcenter()
|
|
}
|
|
}
|