diff options
-rw-r--r-- | android-mobile/build.gradle | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/android-mobile/build.gradle b/android-mobile/build.gradle index 893807565..f55c805cb 100644 --- a/android-mobile/build.gradle +++ b/android-mobile/build.gradle @@ -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 { |