diff options
author | Joel Winarske <joel.winarske@gmail.com> | 2024-09-06 08:44:38 -0700 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2024-09-09 15:28:50 +0000 |
commit | 28b6f10df1bb46d266463ffd7f4bc260644e14a2 (patch) | |
tree | 3293ff863fe71864f89a0fd5d6d26573366f71af /meta-agl-flutter/tools/configs/_repos.json | |
parent | 5dd43491b6e44664ad1d2e2fb596b6cb248c88fb (diff) |
Flutter SDK 3.24.2
-swap flutter-samples-material-3-demo for flutter-gallery
-updated workspace-automation configs
Change-Id: Ie5cc66f53d7880106e10a98560292a2c2625473c
Signed-off-by: Joel Winarske <joel.winarske@gmail.com>
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/30260
Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Tested-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Reviewed-by: Scott Murray <scott.murray@konsulko.com>
Diffstat (limited to 'meta-agl-flutter/tools/configs/_repos.json')
-rw-r--r-- | meta-agl-flutter/tools/configs/_repos.json | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/meta-agl-flutter/tools/configs/_repos.json b/meta-agl-flutter/tools/configs/_repos.json index 5bc0562e2..5fb8aa047 100644 --- a/meta-agl-flutter/tools/configs/_repos.json +++ b/meta-agl-flutter/tools/configs/_repos.json @@ -1,7 +1,12 @@ [ { "uri": "https://github.com/toyota-connected/ivi-homescreen.git", - "rev": "ea89b1de0a40c0d447ded305645556c978cfa696", + "rev": "e87c1797f838e20f0a4c1af309541d63986058ca", + "branch": "v2.0" + }, + { + "uri": "https://github.com/toyota-connected/ivi-homescreen-plugins.git", + "rev": "41d00635f89c064aa32f2cef3147c59b8f61694f", "branch": "v2.0" }, { |