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.
Copy file name to clipboardExpand all lines: shell/platform/android/embedding_bundle/README.md
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,9 +14,11 @@ Once you have updated the dependencies, you can upload a new version by running
14
14
`cipd create --pkg-def cipd.yaml`. For more, see the Chromium instructions on ["Updating a CIPD
15
15
dependency"](https://chromium.googlesource.com/chromium/src/+/master/docs/cipd.md#Updating-a-CIPD-dependency) for how to upload a package update to CIPD.
16
16
17
-
Once you've uploaded the new version, also make sure to tag it with the updated
18
-
timestamp and robolectric version (most likely still 3.8, unless you've migrated
19
-
all the packages to 4+).
17
+
On successful upload, you will receive a hash for the upload such as
18
+
19
+
`cipd: successfully uploaded and verified flutter/android/embedding_bundle:NZvE-rL3E66nHQZb5Vyl9-1Y_1MWEX7KURgOHqX2cYcC`
20
+
21
+
Let's further annotate the new upload with the current timestamp.
// TODO(xster): remove these android-all compile time dependencies.
53
+
// Use https://github.com/robolectric/robolectric/blob/master/robolectric/src/main/java/org/robolectric/plugins/LegacyDependencyResolver.java#L24
0 commit comments