apply from: rootProject.file('publishing.gradle') apply plugin: 'com.android.library' android { compileSdkVersion 29 defaultConfig { minSdkVersion 9 targetSdkVersion 29 } } dependencies { api project(':aws-android-sdk-core') testImplementation 'commons-lang:commons-lang:20030203.000129' testImplementation 'junit:junit:4.13.1' testImplementation 'org.mockito:mockito-all:1.10.19' testImplementation 'org.robolectric:robolectric:4.4' }