usb-serial-for-android/build.gradle

16 wiersze
312 B
Groovy
Czysty Zwykły widok Historia

2014-04-01 06:40:49 +00:00
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
repositories {
mavenCentral()
}
dependencies {
2014-09-08 17:17:01 +00:00
classpath 'com.android.tools.build:gradle:0.12.2'
2014-04-01 06:40:49 +00:00
}
}
allprojects {
repositories {
mavenCentral()
}
}