gitlab.science.ru.nl/irma/gomobile.git@v0.0.0-20200320223732-da812b634d1f/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 }