media3/gradle.properties
ibaker ef61d81d8d Upgrade to Robolectric 4.6
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
2021-07-09 08:48:13 +01:00

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