Update ODK version to 18.4

[ Merge of http://go/wvgerrit/192493 ]

Bug: 311951236
Test: WVTS

Change-Id: Ia59bfacf91d812f36f7a198632f7fa3462d0b8df
This commit is contained in:
Vicky Min
2024-02-23 11:06:50 -08:00
committed by Rahul Frias
parent 38243aca4c
commit 882c80783b
3 changed files with 6 additions and 5 deletions

View File

@@ -1292,7 +1292,8 @@ std::vector<VersionParameters> TestCases() {
{0, 16, 5, 16, 5},
{0, 17, 1, 17, 1},
{0, 17, 2, 17, 2},
{0, 18, 4, 18, 4}, // Change to 19 when the default version is updated.
{0, 18, 3, 18, 3}, // Change to 19 when the default version is updated.
{0, 18, 4, 18, 4},
};
return test_cases;
}