Expect wifi_ext V2-V3 in the framework manifest

The service is now serving and declaring V3.
Since V3 is unfrozen, it will be serving V2 on 'next'. So we allow for
V2 as well.

Test: none
Bug: 297910487
Change-Id: I9716a335b65bf0c3ced88be48687d2e5e2fae3ab
diff --git a/device_framework_matrix_product.xml b/device_framework_matrix_product.xml
index 2401dd7..5860544 100644
--- a/device_framework_matrix_product.xml
+++ b/device_framework_matrix_product.xml
@@ -222,7 +222,7 @@
     </hal>
     <hal format="aidl" optional="true">
         <name>vendor.google.wifi_ext</name>
-        <version>1</version>
+        <version>2-3</version>
         <interface>
             <name>IWifiExt</name>
             <instance>default</instance>