mirror of
https://github.com/NekoX-Dev/NekoX.git
synced 2024-11-15 23:16:59 +01:00
9 lines
245 B
Groovy
9 lines
245 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:1.5.0'
|
|
}
|
|
} |