|
@ -71,10 +71,10 @@ dependencies { |
|
|
implementation 'androidx.constraintlayout:constraintlayout:1.1.3' |
|
|
implementation 'androidx.constraintlayout:constraintlayout:1.1.3' |
|
|
implementation 'com.google.android.material:material:1.0.0' |
|
|
implementation 'com.google.android.material:material:1.0.0' |
|
|
implementation 'com.google.firebase:firebase-core:17.0.0' |
|
|
implementation 'com.google.firebase:firebase-core:17.0.0' |
|
|
implementation 'com.google.firebase:firebase-messaging:19.0.0' |
|
|
implementation 'com.google.firebase:firebase-messaging:19.0.1' |
|
|
implementation 'com.crashlytics.sdk.android:crashlytics:2.10.1' |
|
|
implementation 'com.crashlytics.sdk.android:crashlytics:2.10.1' |
|
|
implementation 'com.snatik:storage:2.1.0' |
|
|
implementation 'com.snatik:storage:2.1.0' |
|
|
implementation 'com.squareup.okhttp3:okhttp:3.12.0' |
|
|
implementation 'com.squareup.okhttp3:okhttp:3.14.2' |
|
|
implementation 'com.squareup.picasso:picasso:2.5.2' |
|
|
implementation 'com.squareup.picasso:picasso:2.5.2' |
|
|
implementation 'com.jakewharton.picasso:picasso2-okhttp3-downloader:1.1.0' |
|
|
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! |
|
|
implementation 'org.jsoup:jsoup:1.10.3' //TODO: Warning: upgrading from 1.10.3 will break stuff! |
|
@ -87,10 +87,10 @@ dependencies { |
|
|
implementation 'com.bignerdranch.android:expandablerecyclerview:3.0.0-RC1'//TODO: deprecated! |
|
|
implementation 'com.bignerdranch.android:expandablerecyclerview:3.0.0-RC1'//TODO: deprecated! |
|
|
implementation 'me.zhanghai.android.materialprogressbar:library:1.4.2' |
|
|
implementation 'me.zhanghai.android.materialprogressbar:library:1.4.2' |
|
|
implementation 'com.jakewharton.timber:timber:4.7.1' |
|
|
implementation 'com.jakewharton.timber:timber:4.7.1' |
|
|
implementation 'ru.noties:markwon:2.0.0' |
|
|
implementation 'ru.noties:markwon:2.0.2' |
|
|
implementation 'net.gotev:uploadservice:3.4.2' |
|
|
implementation 'net.gotev:uploadservice:3.5.2' |
|
|
implementation 'net.gotev:uploadservice-okhttp:3.4.2' |
|
|
implementation 'net.gotev:uploadservice-okhttp:3.5.2' |
|
|
implementation 'com.itkacher.okhttpprofiler:okhttpprofiler:1.0.4' //Plugin: https://plugins.jetbrains.com/plugin/11249-okhttp-profiler |
|
|
implementation 'com.itkacher.okhttpprofiler:okhttpprofiler:1.0.5' //Plugin: https://plugins.jetbrains.com/plugin/11249-okhttp-profiler |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
apply plugin: 'com.google.gms.google-services' |
|
|
apply plugin: 'com.google.gms.google-services' |
|
|