안드로이드 스튜디오에서 import org.apache.http.HttpResponse 애러가 납니다
grade(build.gradle) 파일에 
useLibray 'org.apache.http.legacuy'
추가를 했는데도 똑같슴니다
apply plugin: 'com.android.application'
android {
    compileSdkVersion 26
    buildToolsVersion "28.0.1"
    defaultConfig {
        applicationId "com.ListViewTest"
        minSdkVersion 7
        targetSdkVersion 7
    }
    buildTypes {
        release {
            minifyEnabled false
            proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.txt'
        }
    }
    useLibray 'org.apache.http.legacuy'
}
 
어떻게 해야하나요???