- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for Robolectric (0.04 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
okhttp/build.gradle.kts
} withDeviceTest { instrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" execution = "HOST" } // SDK 35 needs 17, for now avoid trying to run on // multiple robolectric versions, since device tests // do that if (testJavaVersion >= 17) { withHostTest { isIncludeAndroidResources = true } } } sourceSets { val commonJvmAndroid =Created: Fri Apr 03 11:42:14 GMT 2026 - Last Modified: Wed Feb 04 22:16:39 GMT 2026 - 11.4K bytes - Click Count (0) -
gradle/libs.versions.toml
square-retrofit = { module = "com.squareup.retrofit2:retrofit", version.ref = "square-retrofit" } robolectric-android = { module = "org.robolectric:android-all", version.ref = "robolectric-android" } robolectric = { module = "org.robolectric:robolectric", version.ref = "robolectric" } signature-android-apilevel21 = { module = "net.sf.androidscents.signature:android-api-level-21", version.ref = "signature-android-apilevel21" }Created: Fri Apr 03 11:42:14 GMT 2026 - Last Modified: Tue Mar 31 22:01:48 GMT 2026 - 12K bytes - Click Count (0)