
The tests now pass without @DoNotInstrument I had to tweak the jetification settings due to a bug in the jetifier shipped with the Android Gradle Plugin. More details: https://github.com/robolectric/robolectric/issues/6521#issuecomment-851736355 PiperOrigin-RevId: 382757006
8 lines
270 B
Properties
8 lines
270 B
Properties
## Project-wide Gradle settings.
|
|
android.useAndroidX=true
|
|
android.enableJetifier=true
|
|
# https://github.com/robolectric/robolectric/issues/6521#issuecomment-851736355
|
|
android.jetifier.blacklist=bcprov
|
|
buildDir=buildout
|
|
org.gradle.jvmargs=-Xmx2g -XX:MaxMetaspaceSize=512m
|