mirror of
https://github.com/MinimalBible/MinimalBible-Legacy
synced 2024-12-13 10:18:19 -05:00
10 lines
247 B
Groovy
10 lines
247 B
Groovy
|
// Top-level build file where you can add configuration options common to all sub-projects/modules.
|
||
|
buildscript {
|
||
|
repositories {
|
||
|
mavenCentral()
|
||
|
}
|
||
|
dependencies {
|
||
|
classpath 'com.android.tools.build:gradle:0.12.+'
|
||
|
}
|
||
|
}
|