apply plugin: 'com.android.library' android { compileSdkVersion 29 defaultConfig { minSdkVersion 14 // junit ext targetSdkVersion 29 testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner' testInstrumentationRunnerArguments(['notClass': 'org.conscrypt.KitKatPlatformOpenSSLSocketImplAdapter']) } } dependencies { androidTestImplementation 'androidx.test.ext:junit:1.1.2' androidTestImplementation 'androidx.test:runner:1.3.0' androidTestImplementation project(':aws-android-sdk-iot') androidTestImplementation project(':aws-android-sdk-testutils') }