|
|
@ -61,14 +61,15 @@ tasks.whenTaskAdded { task -> |
|
|
|
|
|
|
|
dependencies { |
|
|
|
implementation fileTree(dir: 'libs', include: ['*.jar']) |
|
|
|
implementation 'androidx.appcompat:appcompat:1.0.2' |
|
|
|
implementation 'androidx.appcompat:appcompat:1.1.0-beta01' |
|
|
|
implementation 'androidx.preference:preference:1.1.0-beta01' |
|
|
|
implementation 'androidx.legacy:legacy-preference-v14:1.0.0' |
|
|
|
implementation 'androidx.legacy:legacy-support-v4:1.0.0' |
|
|
|
implementation 'androidx.cardview:cardview:1.0.0' |
|
|
|
implementation 'androidx.recyclerview:recyclerview:1.0.0' |
|
|
|
implementation 'androidx.lifecycle:lifecycle-extensions:2.0.0' |
|
|
|
implementation 'androidx.lifecycle:lifecycle-extensions:2.2.0-alpha01' |
|
|
|
implementation 'androidx.constraintlayout:constraintlayout:1.1.3' |
|
|
|
implementation 'androidx.exifinterface:exifinterface:1.1.0-alpha01' |
|
|
|
implementation 'com.google.android.material:material:1.0.0' |
|
|
|
implementation 'com.google.firebase:firebase-core:17.0.0' |
|
|
|
implementation 'com.google.firebase:firebase-messaging:19.0.1' |
|
|
@ -78,8 +79,8 @@ dependencies { |
|
|
|
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! |
|
|
|
implementation 'com.github.franmontiel:PersistentCookieJar:v1.0.1' |
|
|
|
implementation 'com.github.PhilJay:MPAndroidChart:v3.0.3' |
|
|
|
implementation 'com.github.franmontiel:PersistentCookieJar:1.0.1' |
|
|
|
implementation 'com.github.PhilJay:MPAndroidChart:3.0.3' |
|
|
|
implementation 'com.mikepenz:materialdrawer:6.1.1' |
|
|
|
implementation 'com.mikepenz:fontawesome-typeface:4.7.0.0@aar' |
|
|
|
implementation 'com.mikepenz:google-material-typeface:3.0.1.2.original@aar' |
|
|
@ -90,7 +91,8 @@ dependencies { |
|
|
|
implementation 'ru.noties:markwon:2.0.2' |
|
|
|
implementation 'net.gotev:uploadservice:3.5.2' |
|
|
|
implementation 'net.gotev:uploadservice-okhttp:3.5.2' |
|
|
|
implementation 'com.itkacher.okhttpprofiler:okhttpprofiler:1.0.5' //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' |
|
|
|