walljm 6a8289ddc8 FIX: Fixed a minor search bug
* updated to new version of android studio
2016-09-10 16:57:09 -04:00

16 lines
316 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:2.1.3'
}
}
allprojects {
repositories {
jcenter()
}
}