Files
babyphone/build.gradle
Shachar R 38dd1e6664 Upgrade gradle to 3.0.1 (current android-studio version)
Add google maven repository, to allow importing compatibility libs
2017-12-24 11:15:07 -08:00

18 lines
335 B
Groovy

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