usb-serial-for-android: add dependency
Signed-off-by: Christof Arnosti <charno@charno.ch> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
f7cf3e6b16
commit
e6158c55e1
@ -19,6 +19,7 @@ allprojects {
|
||||
repositories {
|
||||
jcenter()
|
||||
maven { url "https://dl.bintray.com/android/android-tools/" }
|
||||
maven { url 'https://jitpack.io' }
|
||||
google()
|
||||
}
|
||||
}
|
||||
@ -27,6 +28,7 @@ apply plugin: 'com.android.application'
|
||||
|
||||
dependencies {
|
||||
compile fileTree(dir: 'libs', include: ['*.jar'])
|
||||
implementation 'com.github.mik3y:usb-serial-for-android:v2.2.2'
|
||||
}
|
||||
|
||||
android {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user