github.com/graybobo/golang.org-package-offline-cache@v0.0.0-20200626051047-6608995c132f/x/mobile/example/bind/android/build.gradle (about) 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 6 buildscript { 7 repositories { 8 jcenter() 9 } 10 dependencies { 11 classpath 'com.android.tools.build:gradle:1.2.3' 12 13 // NOTE: Do not place your application dependencies here; they belong 14 // in the individual module build.gradle files 15 } 16 } 17 18 allprojects { 19 repositories { 20 jcenter() 21 } 22 }