I have followed githab description and have added permissions and link to gradle, but anyway when I made implementation to my activity it does't work. I checke I figured out that issue is in lib, because in class AssynkCheck next imports cannot be recognized
import org.apache.http.HttpResponse;
import org.apache.http.client.HttpClient;
import org.apache.http.client.methods.HttpGet;
import org.apache.http.impl.client.DefaultHttpClient;
import org.apache.http.params.BasicHttpParams;