blob: 8e05d42400bfad73c1f82b929b88474127d021c2 [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.
David Morrissey0cae9eb2017-11-02 18:59:25 +00002allprojects {
3 repositories {
4 mavenCentral()
5 jcenter()
6 google()
7 }
8}
9
yanghui943ca002014-06-06 13:10:17 +080010buildscript {
11 repositories {
12 mavenCentral()
David Morrissey80f84702016-11-04 19:06:28 +000013 jcenter()
David Morrisseyc930ef72017-11-02 18:27:22 +000014 google()
yanghui943ca002014-06-06 13:10:17 +080015 }
16 dependencies {
David Morrissey45fbafe2017-12-05 10:12:15 +000017 classpath 'com.android.tools.build:gradle:3.0.1'
yanghui943ca002014-06-06 13:10:17 +080018 }
19}