blob: bfd3ffa60116b55c5e3bf77d32a7ce57af5bd1ea [file] [log] [blame]
yanghui943ca002014-06-06 13:10:17 +08001// Top-level build file where you can add configuration options common to all sub-projects/modules.
2buildscript {
3 repositories {
4 mavenCentral()
David Morrissey80f84702016-11-04 19:06:28 +00005 jcenter()
yanghui943ca002014-06-06 13:10:17 +08006 }
7 dependencies {
David Morrissey80f84702016-11-04 19:06:28 +00008 classpath 'com.android.tools.build:gradle:2.2.2'
yanghui943ca002014-06-06 13:10:17 +08009 }
10}