github.com/SahandAslani/gomobile@v0.0.0-20210909130135-2cb2d44c09b2/example/ivy/android/build.gradle (about) 1 // Top-level build file where you can add configuration options common to all sub-projects/modules. 2 3 buildscript { 4 repositories { 5 google() 6 jcenter() 7 } 8 dependencies { 9 classpath 'com.android.tools.build:gradle:3.1.0' 10 } 11 } 12 13 allprojects { 14 repositories { 15 google() 16 jcenter() 17 } 18 }