Revert "Android: Remove dead code and related lib <circleimageview>"

This reverts commit 593b69728d.
This commit is contained in:
JosJuice
2019-06-15 18:37:48 +02:00
parent 4305a9ac57
commit 870912722e
3 changed files with 216 additions and 0 deletions

View File

@ -89,6 +89,9 @@ dependencies {
// For REST calls
implementation 'com.android.volley:volley:1.1.1'
// For showing the banner as a circle a-la Material Design Guidelines
implementation 'de.hdodenhof:circleimageview:2.1.0'
// For loading huge screenshots from the disk.
implementation 'com.squareup.picasso:picasso:2.71828'