Nagram/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
}
}