Open rbubke opened 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.
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.