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') api project(':aws-android-sdk-kms') implementation 'androidx.appcompat:appcompat:1.2.0' testImplementation 'joda-time:joda-time:2.8.1' testImplementation 'junit:junit:4.13.1' testImplementation 'org.apache.commons:commons-io:1.3.2' testImplementation 'org.hamcrest:hamcrest:2.2' testImplementation 'org.mockito:mockito-all:1.10.19' testImplementation 'org.robolectric:robolectric:4.4' }