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:
Christof Arnosti 2020-03-05 22:36:23 +01:00 committed by Dirk Hohndel
parent f7cf3e6b16
commit e6158c55e1

View file

@ -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 {