mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 05:00:20 +00:00
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
1 changed files with 2 additions and 0 deletions
|
@ -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…
Reference in a new issue