tree: 2e77a4fef7816c02fab5b08cb903c9ce44ab3d62 [path history] [tgz]
  1. .gitignore
  2. build.gradle
  3. cipd.yaml
  4. generate.sh
  5. README.md
tools/cipd/android_embedding_bundle/README.md

Updating the Embedding Dependencies

Requirements

  1. Gradle. If you don't have Gradle installed, you can get it on https://gradle.org/install/#manually.
  2. Depot tools.

Steps

  1. cd into this directory.
  2. Update the dependency in build.gradle.
  3. Update the dependency used in Android unit tests shell/platform/android/test_runner/build.gradle
  4. Run ./generate.sh.
  5. Update tools/androidx/files.json. (This file includes the Maven dependencies used to build Flutter apps).