bjoernQ / unmock-plugin

Gradle plugin to be used in combination with the new unit testing feature of the Gradle Plugin / Android Studio to use real classes for e.g. SparseArray.
Apache License 2.0
323 stars 22 forks source link

Support for @Config(emulateSdk = ...) #81

Open rbubke opened 1 year ago

rbubke commented 1 year ago

Currently there is now way to select between different API versions.

In Robolectric you can provide an annotation to each Test which lets you pick the proper API verison. @Config(emulateSdk = )

To support lower API levels please add a support for this.