1. 28 Mar, 2018 1 commit
    • Update Gradle version from 4.1 to 4.4 · 13592dfb
      In Gradle 4.4, it is a bug to resolve a configuration before the lint task is
      created ([see [] Therefore, to upgrade
      gradle version, we need to change the "generateJavadoc" task to remove using
      files() call during initialization phase, but change move this to doFirst()
      instead.
      
      -------------
      Created by MOE: https://github.com/google/moe
      MOE_MIGRATED_REVID=190634090
      hoangtc committed
  2. 27 Mar, 2018 39 commits