fix(scrcpy): remove extra version parameters

This commit is contained in:
Simon Chan 2024-12-24 03:54:35 +08:00
parent 8c5b3c2632
commit aeaa9020dc
No known key found for this signature in database
GPG key ID: A8B69F750B9BCEDD
4 changed files with 8 additions and 19 deletions

View file

@ -24,6 +24,7 @@ export * from "./2_7/index.js";
export * from "./3_0/index.js";
export * from "./3_0_1.js";
export * from "./3_0_2.js";
export * from "./3_1/index.js";
export * from "./android/index.js";
export * from "./base/index.js";
export * from "./codec/index.js";