My question is actually a follow up to Android upload video to remote server using HTTP multipart form data
I need to know which dependencies to add to gradle for the code to work. I tried as below but it does not work
//apache http client
compile 'org.apache.httpcomponents:httpmime:4.5.1'
compile 'org.apache.httpcomponents:httpclient:4.5.1'