I also disabled predexing on CI with `preDexLibrar...
# android
m
I also disabled predexing on CI with
preDexLibraries = System.getenv("CI") != "true"
, which helps on Travis.