apply plugin: 'com.android.library' android { compileSdkVersion 29 defaultConfig { minSdkVersion 14 // junit ext targetSdkVersion 29 } } dependencies { api (project(':aws-android-sdk-core')) { exclude group: 'com.google.android', module: 'android' } implementation 'androidx.annotation:annotation:1.1.0' implementation 'androidx.test.ext:junit:1.1.2' implementation 'androidx.test:core:1.3.0' implementation 'androidx.test.uiautomator:uiautomator:2.2.0' }