This commit is contained in:
hch
2023-12-19 18:29:48 +08:00
parent 9d543f2211
commit f697e650a8
14 changed files with 66 additions and 33 deletions

View File

@@ -171,6 +171,8 @@ android {
isGoogle = "Google"
} else if (rootProject.ext.manifestPlaceholders.isGooglePlay == 2) {
isGoogle = "Huawei"
}else if (rootProject.ext.manifestPlaceholders.isGooglePlay == 3) {
isGoogle = "Samsung"
}
def isPlugin = "all"
if (rootProject.ext.manifestPlaceholders.isPluginModel) {