hyperrogue/hyperroid/build.gradle

24 lines
493 B
Groovy
Raw Normal View History

2017-03-23 12:54:10 +00:00
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
repositories {
jcenter()
2018-12-15 14:17:26 +00:00
maven {
url 'https://maven.google.com/'
name 'Google'
}
2017-03-23 12:54:10 +00:00
}
dependencies {
2018-12-15 14:17:26 +00:00
classpath 'com.android.tools.build:gradle:3.2.0'
2017-03-23 12:54:10 +00:00
}
}
allprojects {
repositories {
jcenter()
2018-12-15 14:17:26 +00:00
maven {
url 'https://maven.google.com/'
name 'Google'
}
2017-03-23 12:54:10 +00:00
}
}