1. 27 May, 2020 2 commits
    • Enable multidex for demos · eddc2b0b
      This is necessary now we have Guava in debug (no-minified) apps.
      
      Also switch to AndroidX multidex to remove the support library dependency.
      Temporarily we need to add an Application class, as internal jetification
      doesn't seem to handle declaring MultiDexApplication in AndroidManifest.xml.
      
      issue:#7421
      PiperOrigin-RevId: 313145023
      andrewlewis committed
    • Add Guava dep to exo-workmanager module · 1f125425
      This fixes the "cannot access ListenableFuture" build error, even though
      it seems on the surface like we shouldn't need a Guava dependency here.
      
      There's more info about what's going on here:
      https://blog.gradle.org/guava
      
      PiperOrigin-RevId: 312712991
      ibaker committed
  2. 21 May, 2020 20 commits
  3. 18 May, 2020 18 commits