2017-05-31 18:10:20 +00:00
|
|
|
/* Copyright 2015 The Go Authors. All rights reserved.
|
|
|
|
* Use of this source code is governed by a BSD-style
|
|
|
|
* license that can be found in the LICENSE file.
|
|
|
|
*/
|
|
|
|
|
|
|
|
buildscript {
|
|
|
|
repositories {
|
2018-02-02 20:34:10 +00:00
|
|
|
google()
|
2017-05-31 18:10:20 +00:00
|
|
|
jcenter()
|
|
|
|
}
|
|
|
|
dependencies {
|
2022-03-12 17:54:27 +00:00
|
|
|
classpath 'com.android.tools.build:gradle:7.1.2'
|
2017-05-31 18:10:20 +00:00
|
|
|
// NOTE: Do not place your application dependencies here; they belong
|
|
|
|
// in the individual module build.gradle files
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
allprojects {
|
|
|
|
repositories {
|
2018-02-02 20:34:10 +00:00
|
|
|
google()
|
2017-05-31 18:10:20 +00:00
|
|
|
jcenter()
|
|
|
|
}
|
|
|
|
}
|