droid48-gwh/build.gradle

17 lines
357 B
Groovy
Raw Normal View History

2016-02-21 19:01:58 +01:00
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
repositories {
jcenter()
maven { url "https://jitpack.io" }
2016-02-21 19:01:58 +01:00
}
dependencies {
2016-12-18 14:23:00 +01:00
classpath 'com.android.tools.build:gradle-experimental:0.8.3'
2016-02-21 19:01:58 +01:00
}
}
allprojects {
repositories {
jcenter()
}
}