When will Robolectric be compatible with Android SDK 29? Did I upgraded too early by changing targetSdkVersion and compileSdkVersion to 29?
targetSdkVersion
compileSdkVersion
If anyone is wondering, the solution for me was to annotate my test classes with
@Config(sdk = Build.VERSION_CODES.O_MR1)