Commit 8a39ad81 authored by zhang_u's avatar zhang_u

单机取号

parent 3034d5ad
...@@ -64,4 +64,11 @@ dependencies { ...@@ -64,4 +64,11 @@ dependencies {
implementation 'com.squareup.retrofit2:adapter-rxjava:2.0.2' implementation 'com.squareup.retrofit2:adapter-rxjava:2.0.2'
implementation 'com.squareup.okhttp3:okhttp:3.10.0' implementation 'com.squareup.okhttp3:okhttp:3.10.0'
implementation 'com.google.code.gson:gson:2.8.5' implementation 'com.google.code.gson:gson:2.8.5'
implementation 'com.github.bumptech.glide:glide:4.9.0'
annotationProcessor 'com.github.bumptech.glide:compiler:4.9.0'
implementation 'com.github.bumptech.glide:okhttp3-integration:4.9.0'
implementation 'io.github.xmaihh:serialport:2.1.1'
} }
\ No newline at end of file
...@@ -18,6 +18,7 @@ allprojects { ...@@ -18,6 +18,7 @@ allprojects {
google() google()
jcenter() jcenter()
mavenCentral() mavenCentral()
maven { url "https://jitpack.io" }
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment