
I then had a dependency conflict with espresso-web that I needed to enforce too.

I also updated guava library to :guava:22.0-android, which led to a dependency conflict that I solved by forcing another library (all forcing strategy is posted below).

Other than that, I updated multiDex dependency from 1.0.1 to 1.0.2 and I enforced that on all dependencies. GoogleApiClient.ConnectionCallbacks, GoogleApiClient.OnConnectionFailedListener My Application Class public class RiderApplication extends MultiDexApplication implements Application.ActivityLifecycleCallbacks, ĪndroidTestImplementation project(':test-utils') Which is really weird because I already have multiDex enabled in my project Gradle outputs this error Caused by: : method ID not in : 65536Īt .merge.DexMerger$8.updateIndex(DexMerger.java:565)Īt .merge.DexMerger$rgeSorted(DexMerger.java:276)Īt .(DexMerger.java:574)Īt .(DexMerger.java:166)Īt .(DexMerger.java:198) I have a library I use for Espresso tests that when I added to my project I'm not able to compile my tests.
