1
0
mirror of https://github.com/MGislv/NekoX.git synced 2024-07-04 11:13:36 +00:00
NekoX/build.gradle

9 lines
245 B
Groovy
Raw Normal View History

2013-10-25 15:19:00 +00:00
// Top-level build file where you can add configuration options common to all sub-projects/modules.
2015-06-29 17:12:11 +00:00
buildscript {
repositories {
mavenCentral()
}
dependencies {
2015-08-13 09:23:31 +00:00
classpath 'com.android.tools.build:gradle:1.3.1'
2015-06-29 17:12:11 +00:00
}
}