<lambda>null1*e6ba1607SAndroid Build Coastguard Workerplugins { 2*e6ba1607SAndroid Build Coastguard Worker alias(libs.plugins.android.library) 3*e6ba1607SAndroid Build Coastguard Worker alias(libs.plugins.robolectric.android.project) 4*e6ba1607SAndroid Build Coastguard Worker } 5*e6ba1607SAndroid Build Coastguard Worker <lambda>null6*e6ba1607SAndroid Build Coastguard Workerandroid { 7*e6ba1607SAndroid Build Coastguard Worker compileSdk = 34 8*e6ba1607SAndroid Build Coastguard Worker namespace = "org.robolectric.integrationtests.agp" 9*e6ba1607SAndroid Build Coastguard Worker 10*e6ba1607SAndroid Build Coastguard Worker defaultConfig { minSdk = 21 } 11*e6ba1607SAndroid Build Coastguard Worker 12*e6ba1607SAndroid Build Coastguard Worker compileOptions { 13*e6ba1607SAndroid Build Coastguard Worker sourceCompatibility = JavaVersion.VERSION_1_8 14*e6ba1607SAndroid Build Coastguard Worker targetCompatibility = JavaVersion.VERSION_1_8 15*e6ba1607SAndroid Build Coastguard Worker } 16*e6ba1607SAndroid Build Coastguard Worker 17*e6ba1607SAndroid Build Coastguard Worker testOptions { 18*e6ba1607SAndroid Build Coastguard Worker targetSdk = 34 19*e6ba1607SAndroid Build Coastguard Worker unitTests.isIncludeAndroidResources = true 20*e6ba1607SAndroid Build Coastguard Worker } 21*e6ba1607SAndroid Build Coastguard Worker } 22*e6ba1607SAndroid Build Coastguard Worker <lambda>null23*e6ba1607SAndroid Build Coastguard Workerdependencies { 24*e6ba1607SAndroid Build Coastguard Worker // Testing dependencies 25*e6ba1607SAndroid Build Coastguard Worker testImplementation(project(":testapp")) 26*e6ba1607SAndroid Build Coastguard Worker testImplementation(project(":robolectric")) 27*e6ba1607SAndroid Build Coastguard Worker testImplementation(project(":integration_tests:agp:testsupport")) 28*e6ba1607SAndroid Build Coastguard Worker 29*e6ba1607SAndroid Build Coastguard Worker testImplementation(libs.junit4) 30*e6ba1607SAndroid Build Coastguard Worker testImplementation(libs.androidx.test.core) 31*e6ba1607SAndroid Build Coastguard Worker testImplementation(libs.androidx.test.runner) 32*e6ba1607SAndroid Build Coastguard Worker testImplementation(libs.androidx.test.ext.junit) 33*e6ba1607SAndroid Build Coastguard Worker } 34