Add allowOverride = false to vivo store

This commit is contained in:
Imran Remtulla
2025-05-17 01:10:07 -04:00
parent b02de232ee
commit 104a19bc32

View File

@ -13,6 +13,7 @@ class VivoAppStore extends AppSource {
hosts = ['h5.appstore.vivo.com.cn', 'h5coml.vivo.com.cn']; hosts = ['h5.appstore.vivo.com.cn', 'h5coml.vivo.com.cn'];
naiveStandardVersionDetection = true; naiveStandardVersionDetection = true;
canSearch = true; canSearch = true;
allowOverride = false;
} }
@override @override