<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.testparameterinjector" 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(":robolectric")) 26*e6ba1607SAndroid Build Coastguard Worker testImplementation("com.google.testparameterinjector:test-parameter-injector:1.18@jar") 27*e6ba1607SAndroid Build Coastguard Worker testImplementation(libs.junit4) 28*e6ba1607SAndroid Build Coastguard Worker testImplementation(libs.truth) 29*e6ba1607SAndroid Build Coastguard Worker } 30