You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 25, 2025. It is now read-only.
The instructions in this README explain how to create a CIPD package that
4
+
contains the gradle build-time dependency of the Android embedding of the Engine.
5
+
The Android embedder is shipped to Flutter end-users, but gradle is not.
6
+
7
+
## Requirements
8
+
9
+
1. If you have a flutter/engine checkout, then you should already have
10
+
[Depot tools](http://commondatastorage.googleapis.com/chrome-infra-docs/flat/depot_tools/docs/html/depot_tools_tutorial.html#_setting_up) on your path.
11
+
1. Ensure you have write access for cipd. go/flutter-luci-cipd
12
+
1. Download the new version of gradle then verify the checksum,
13
+
and unzip into a local directory.
14
+
15
+
## Update CIPD Steps
16
+
These steps use gradle version 7.5.1 as an example.
17
+
18
+
1. Unzip gradle into a folder `unzip gradle-7.5.1-all.zip`
0 commit comments