apply from: rootProject.file('publishing.gradle') apply plugin: 'com.android.library' android { compileSdkVersion 29 useLibrary 'org.apache.http.legacy' defaultConfig { minSdkVersion 9 targetSdkVersion 29 } } dependencies { api project(':aws-android-sdk-ddb') api project(':aws-android-sdk-s3') testImplementation 'junit:junit:4.13.1' testImplementation 'org.easymock:easymock:3.1' testRuntimeOnly 'org.apache.httpcomponents:httpclient:4.5.12' }