1
0
mirror of https://github.com/mik3y/usb-serial-for-android synced 2025-06-12 02:16:09 +00:00
usb-serial-for-android/build.gradle
kai-morich fc610a9764 IntDef Parity for better warnings
but no @Intdef for databits, stopbits as these are frequently used with numbers instead of constants
remove redundant modifiers
2021-01-16 23:21:10 +01:00

19 lines
264 B
Groovy

// Top-level gradle script.
buildscript {
repositories {
jcenter()
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:4.1.1'
}
}
allprojects {
repositories {
jcenter()
google()
}
}