[examples] Make Romi/XRP Examples use appropriate vendordeps (#5665)

This commit is contained in:
Zhiquan Yeo
2023-09-18 22:42:10 -04:00
committed by GitHub
parent daf7702007
commit 51dcb8b55a
33 changed files with 74 additions and 1693 deletions

View File

@@ -82,7 +82,10 @@
],
"foldername": "commandbased",
"gradlebase": "cppromi",
"commandversion": 2
"commandversion": 2,
"extravendordeps": [
"romi"
]
},
{
"name": "Romi - Timed Robot",
@@ -93,6 +96,9 @@
],
"foldername": "timed",
"gradlebase": "cppromi",
"commandversion": 2
"commandversion": 2,
"extravendordeps": [
"romi"
]
}
]