apply plugin: 'com.android.library' android { compileSdkVersion 29 buildToolsVersion "29.0.3" defaultConfig { minSdkVersion 21 targetSdkVersion 29 } } dependencies { implementation 'androidx.core:core:1.2.0' implementation 'androidx.recyclerview:recyclerview:1.2.0' implementation 'androidx.fragment:fragment:1.2.4' implementation 'com.squareup.okhttp3:okhttp:3.14.9' implementation 'com.squareup.okhttp3:logging-interceptor:3.14.4' implementation 'com.github.bumptech.glide:glide:4.12.0' // implementation (externalGlide){ // exclude group: "com.android.support" // } }