blob: d254264345235b01dedb0ad75a5864ff76312f17 [file] [log] [blame]
Phil Burk0433d8f2018-11-21 16:41:25 -08001// Top-level build file where you can add configuration options common to all sub-projects/modules.
2
3buildscript {
4 repositories {
5 jcenter()
6 google()
7 }
8 dependencies {
Phil Burkf95ea092020-04-07 17:58:50 -07009 classpath 'com.android.tools.build:gradle:3.6.2'
Phil Burk0433d8f2018-11-21 16:41:25 -080010 }
11}
12
13allprojects {
14 repositories {
15 jcenter()
16 google()
17 }
18}