blob: f52935bae0922253085f9044461892042f3bcfb0 [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 {
Brian Johnson019bf002023-04-24 12:19:31 -07009 classpath 'com.android.tools.build:gradle:7.4.2'
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}