Fix build issues and get basic drawer activity working.
This commit is contained in:
@@ -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'
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user