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:
@@ -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'
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user