Replace UniversalImageLoader with Picasso
This commit is contained in:
parent
b37e569ea4
commit
8602beed0b
32 changed files with 294 additions and 528 deletions
|
|
@ -246,7 +246,8 @@ dependencies {
|
|||
// Circular ImageView
|
||||
implementation "de.hdodenhof:circleimageview:3.1.0"
|
||||
// Image loading
|
||||
implementation "com.nostra13.universalimageloader:universal-image-loader:1.9.5"
|
||||
//noinspection GradleDependency --> 2.8 is the last version, not 2.71828!
|
||||
implementation "com.squareup.picasso:picasso:2.8"
|
||||
|
||||
// Markdown library for Android
|
||||
implementation "io.noties.markwon:core:${markwonVersion}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue