blob: 9b7a19c2e5c9d6b957428c3dfa24008f338b0d37 [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 {
Frieder Bluemle5a6c6be2017-03-23 18:32:34 +08008 classpath 'com.android.tools.build:gradle:2.3.3'
yanghui943ca002014-06-06 13:10:17 +08009 }
10}