|
|
@ -75,7 +75,7 @@ dependencies { |
|
|
|
implementation 'com.google.firebase:firebase-messaging:19.0.1' |
|
|
|
implementation 'com.crashlytics.sdk.android:crashlytics:2.10.1' |
|
|
|
implementation 'com.snatik:storage:2.1.0' |
|
|
|
implementation 'com.squareup.okhttp3:okhttp:3.14.2' |
|
|
|
implementation 'com.squareup.okhttp3:okhttp:3.12.0' //TODO: Warning: okhttp has dropped support for Android v.19 since okhttp 3.13! |
|
|
|
implementation 'com.squareup.picasso:picasso:2.5.2' |
|
|
|
implementation 'com.jakewharton.picasso:picasso2-okhttp3-downloader:1.1.0' |
|
|
|
implementation 'org.jsoup:jsoup:1.10.3' //TODO: Warning: upgrading from 1.10.3 will break stuff! |
|
|
@ -90,7 +90,7 @@ dependencies { |
|
|
|
implementation 'com.jakewharton.timber:timber:4.7.1' |
|
|
|
implementation 'ru.noties:markwon:2.0.2' |
|
|
|
implementation 'net.gotev:uploadservice:3.5.2' |
|
|
|
implementation 'net.gotev:uploadservice-okhttp:3.5.2' |
|
|
|
implementation 'net.gotev:uploadservice-okhttp:3.4.2' //TODO: Warning: v.3.5 depends on okhttp 3.13! |
|
|
|
implementation 'com.itkacher.okhttpprofiler:okhttpprofiler:1.0.5' |
|
|
|
//Plugin: https://plugins.jetbrains.com/plugin/11249-okhttp-profiler |
|
|
|
} |
|
|
|