Private
Public Access
1
0

Forgot to add in rest libs.

This commit is contained in:
Kevin Whitaker
2015-11-16 20:48:49 -05:00
parent 5d1e09690e
commit 2e161aa266

View File

@@ -26,4 +26,6 @@ dependencies {
compile 'com.heinrichreimersoftware:material-drawer:2.2.0' //Apache 2.0
compile 'io.realm:realm-android:0.84.1' //Apache 2.0 + RCBL
compile 'com.squareup.picasso:picasso:2.5.2' //Apache 2.0
compile 'com.squareup.retrofit:retrofit:2.0.0-beta2'
compile 'com.squareup.retrofit:converter-simplexml:2.0.0-beta2'
}