Getting this warning
Warning:WARNING: Dependency org.apache.httpcomponents:httpclient:4.5.2 is ignored for debug as it may be conflicting with the internal version provided by Android.
Warning:WARNING: Dependency commons-logging:commons-logging:1.1.3 is ignored for debug as it may be conflicting with the internal version provided by Android.
while adding elastic search dependency in gradle
compile 'org.elasticsearch.client:rest:5.2.1'
Please help me how can i fix this