blob: 03abe82a4359563dc9dd2623e77487eb2bfb9e0c [file] [log] [blame]
John Reckd136ce92016-08-08 12:25:59 -07001// Top-level build file where you can add configuration options common to all sub-projects/modules.
2
3buildscript {
4 repositories {
5 jcenter()
Adrian Salidobeefecc2018-11-27 14:30:35 -08006 google()
John Reckd136ce92016-08-08 12:25:59 -07007 }
8 dependencies {
Adrian Salidobeefecc2018-11-27 14:30:35 -08009 classpath 'com.android.tools.build:gradle:3.2.1'
John Reckd136ce92016-08-08 12:25:59 -070010
11 // NOTE: Do not place your application dependencies here; they belong
12 // in the individual module build.gradle files
13 }
14}
15
16allprojects {
17 repositories {
18 jcenter()
Adrian Salidobeefecc2018-11-27 14:30:35 -080019 google()
John Reckd136ce92016-08-08 12:25:59 -070020 }
21}