1
0
mirror of https://github.com/mik3y/usb-serial-for-android synced 2025-06-06 23:46:33 +00:00
usb-serial-for-android/build.gradle
2014-06-14 12:55:24 -07:00

16 lines
311 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:0.9.+'
}
}
allprojects {
repositories {
mavenCentral()
}
}