1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-02-05 13:40:10 +00:00
hyperrogue/hyperroid/build.gradle

24 lines
493 B
Groovy
Raw Normal View History

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