Skip to content

Commit 5e02afa

Browse files
committed
Using Picasso instead of avatar loader
1 parent 4ecd3b7 commit 5e02afa

File tree

6 files changed

+34
-426
lines changed

6 files changed

+34
-426
lines changed

app/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,11 @@
5757
<version>${abs.version}</version>
5858
<type>apklib</type>
5959
</dependency>
60+
<dependency>
61+
<groupId>com.squareup.picasso</groupId>
62+
<artifactId>picasso</artifactId>
63+
<version>1.1.1</version>
64+
</dependency>
6065
<dependency>
6166
<groupId>net.simonvt.menudrawer</groupId>
6267
<artifactId>menudrawer</artifactId>

0 commit comments

Comments
 (0)