1
0
mirror of https://github.com/MGislv/NekoX.git synced 2024-07-01 22:23:36 +00:00
NekoX/build.gradle
2015-08-13 12:23:31 +03:00

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.3.1'
}
}