build.gradle 401 B

123456789101112131415161718192021
  1. /* Copyright 2015 The Go Authors. All rights reserved.
  2. * Use of this source code is governed by a BSD-style
  3. * license that can be found in the LICENSE file.
  4. */
  5. buildscript {
  6. repositories {
  7. google()
  8. jcenter()
  9. }
  10. dependencies {
  11. classpath 'com.android.tools.build:gradle:3.1.0'
  12. }
  13. }
  14. allprojects {
  15. repositories {
  16. google()
  17. jcenter()
  18. }
  19. }