update apng; align okhttp; remove rxjava

This commit is contained in:
王劲鹏 2020-04-03 11:40:40 +08:00 committed by osborn
parent 6ff085d579
commit e5262acdcd
2 changed files with 2 additions and 3 deletions

View File

@ -30,10 +30,9 @@ dependencies {
implementation "pub.doric:core:${rootProject.ext.Version}" implementation "pub.doric:core:${rootProject.ext.Version}"
implementation 'androidx.appcompat:appcompat:1.1.0' implementation 'androidx.appcompat:appcompat:1.1.0'
implementation "com.google.android.material:material:1.0.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 'com.google.code.gson:gson:2.8.5'
implementation 'cn.bingoogolapple:bga-qrcode-zbar:1.3.7' implementation 'cn.bingoogolapple:bga-qrcode-zbar:1.3.7'
implementation "io.reactivex.rxjava2:rxjava:2.2.15"
api 'org.greenrobot:eventbus:3.1.1' api 'org.greenrobot:eventbus:3.1.1'
testImplementation 'junit:junit:4.12' testImplementation 'junit:junit:4.12'
androidTestImplementation 'androidx.test.ext:junit:1.1.1' androidTestImplementation 'androidx.test.ext:junit:1.1.1'

View File

@ -42,7 +42,7 @@ dependencies {
implementation 'androidx.appcompat:appcompat:1.1.0' implementation 'androidx.appcompat:appcompat:1.1.0'
api 'com.github.penfeizhou:jsc4a:0.1.0' api 'com.github.penfeizhou:jsc4a:0.1.0'
implementation 'com.squareup.okhttp3:okhttp:3.12.1' 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 'jp.wasabeef:glide-transformations:4.0.1'
implementation "com.google.android.material:material:1.0.0" implementation "com.google.android.material:material:1.0.0"
testImplementation 'junit:junit:4.12' testImplementation 'junit:junit:4.12'