|
|
|
|
@ -107,6 +107,7 @@ dependencies { |
|
|
|
|
implementation 'androidx.preference:preference:1.2.0' |
|
|
|
|
implementation 'androidx.room:room-runtime:2.5.1' |
|
|
|
|
implementation 'cat.ereza:customactivityoncrash:2.4.0' |
|
|
|
|
implementation 'cn.wanghaomiao:JsoupXpath:2.5.1' |
|
|
|
|
implementation 'com.github.bassaer:materialdesigncolors:1.0.0' |
|
|
|
|
implementation 'com.github.bumptech.glide:glide:4.15.1' |
|
|
|
|
implementation 'com.github.bumptech.glide:annotations:4.15.1' |
|
|
|
|
@ -117,12 +118,14 @@ dependencies { |
|
|
|
|
implementation 'com.google.net.cronet:cronet-okhttp:0.1.0' |
|
|
|
|
implementation 'com.google.zxing:core:3.4.1' |
|
|
|
|
implementation 'com.guolindev.permissionx:permissionx:1.7.1' |
|
|
|
|
implementation 'com.hierynomus:smbj:0.11.5' |
|
|
|
|
implementation 'com.squareup.okhttp3:okhttp:' + okhttpVersion |
|
|
|
|
implementation 'com.squareup.okhttp3:okhttp-dnsoverhttps:' + okhttpVersion |
|
|
|
|
implementation 'net.java.dev.jna:jna:5.12.1' |
|
|
|
|
implementation 'org.apache.commons:commons-compress:1.20' |
|
|
|
|
implementation 'org.chromium.net:cronet-embedded:101.4951.41' |
|
|
|
|
implementation 'org.greenrobot:eventbus:3.3.1' |
|
|
|
|
implementation 'org.jsoup:jsoup:' + jsoupVersion |
|
|
|
|
implementation 'org.nanohttpd:nanohttpd:2.3.1' |
|
|
|
|
implementation('org.simpleframework:simple-xml:2.7.1') { exclude group: 'stax', module: 'stax-api' exclude group: 'xpp3', module: 'xpp3' } |
|
|
|
|
leanbackImplementation 'androidx.leanback:leanback:1.2.0-alpha02' |
|
|
|
|
|