Private
Public Access
1
0

Migrate to Xstream to prevent too many changes. Still have memory issue, but some flexibility to still find away around it.

This commit is contained in:
Kevin Whitaker
2015-11-20 00:44:21 -05:00
parent a938ef0512
commit 586dcbf8a4
5 changed files with 50 additions and 49 deletions

View File

@@ -29,9 +29,7 @@ dependencies {
compile 'com.squareup.picasso:picasso:2.5.2' //Apache 2.0
compile 'com.github.thorbenprimke:realm-recyclerview:0.9.5' //Apache 2.0
compile 'com.squareup.retrofit:retrofit:2.0.0-beta2' //Apache 2.0
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'
compile ('com.thoughtworks.xstream:xstream:1.4.7') { //BSD
exclude group: 'xmlpull'
}
}