Browse Source

Update dep versions to work with latest build.xml (#2702)

Previously, building the demo (ant -f javascript/build.xml compile-demo) would fail because the latest build.xml is incompatible with the version of closure-compiler we recommend here. With this change, the build will work again.

Co-authored-by: Tijana Vislavski Gradina <tijanavg@google.com>
pull/2843/head
Jack O'Connor 3 years ago
committed by GitHub
parent
commit
ad876168d2
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      javascript/README.md

+ 2
- 2
javascript/README.md View File

@ -20,9 +20,9 @@ How to setup:
1. We officially support only these versions of these dependencies:
* Closure library: v20190415
* Closure library: v20201006
* Closure compiler: v20140407
* Closure compiler: v20210302
* Closure linter: v2.3.19


Loading…
Cancel
Save