You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
424 B
14 lines
424 B
apply plugin: 'java' |
|
|
|
dependencies { |
|
compile 'com.jakewharton.retrofit:retrofit2-rxjava2-adapter:1.0.0' |
|
compile 'com.squareup.okhttp3:logging-interceptor:3.5.0' |
|
compile 'com.github.erickok:retrofit-xmlrpc:master-SNAPSHOT' |
|
compile 'com.burgstaller:okhttp-digest:1.10' |
|
|
|
testCompile 'junit:junit:4.12' |
|
testCompile 'com.google.truth:truth:0.31' |
|
} |
|
|
|
sourceCompatibility = "1.7" |
|
targetCompatibility = "1.7"
|
|
|