1
0
Fork 0
golang-golang-x-mobile/example/ivy/android/build.gradle

19 lines
346 B
Groovy
Raw Permalink Normal View History

// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
repositories {
mavenCentral()
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:7.0.3'
}
}
allprojects {
repositories {
mavenCentral()
google()
}
}