update apng; align okhttp; remove rxjava
This commit is contained in:
parent
6ff085d579
commit
e5262acdcd
@ -30,10 +30,9 @@ dependencies {
|
||||
implementation "pub.doric:core:${rootProject.ext.Version}"
|
||||
implementation 'androidx.appcompat:appcompat:1.1.0'
|
||||
implementation "com.google.android.material:material:1.0.0"
|
||||
implementation 'com.squareup.okhttp3:okhttp:4.2.2'
|
||||
implementation 'com.squareup.okhttp3:okhttp:3.12.1'
|
||||
implementation 'com.google.code.gson:gson:2.8.5'
|
||||
implementation 'cn.bingoogolapple:bga-qrcode-zbar:1.3.7'
|
||||
implementation "io.reactivex.rxjava2:rxjava:2.2.15"
|
||||
api 'org.greenrobot:eventbus:3.1.1'
|
||||
testImplementation 'junit:junit:4.12'
|
||||
androidTestImplementation 'androidx.test.ext:junit:1.1.1'
|
||||
|
@ -42,7 +42,7 @@ dependencies {
|
||||
implementation 'androidx.appcompat:appcompat:1.1.0'
|
||||
api 'com.github.penfeizhou:jsc4a:0.1.0'
|
||||
implementation 'com.squareup.okhttp3:okhttp:3.12.1'
|
||||
implementation 'com.github.penfeizhou.android.animation:glide-plugin:1.3.3'
|
||||
implementation 'com.github.penfeizhou.android.animation:glide-plugin:2.1.0'
|
||||
implementation 'jp.wasabeef:glide-transformations:4.0.1'
|
||||
implementation "com.google.android.material:material:1.0.0"
|
||||
testImplementation 'junit:junit:4.12'
|
||||
|
Reference in New Issue
Block a user