Private
Public Access
1
0

Fix build issues and get basic drawer activity working.

This commit is contained in:
Kevin Whitaker
2015-11-17 21:37:49 -05:00
parent c4a2699ce0
commit 43aaea40c2
3 changed files with 13 additions and 4 deletions

View File

@@ -27,5 +27,9 @@ dependencies {
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'
compile ('com.squareup.retrofit:converter-simplexml:2.0.0-beta2') {
exclude group: 'xpp3', module: 'xpp3'
exclude group: 'stax', module: 'stax-api'
exclude group: 'stax', module: 'stax'
}
}