[6.7.0] multi

This commit is contained in:
EmArrow
2024-09-05 09:24:14 +08:00
parent 1e7796f420
commit cbfcf6f77a
5 changed files with 13 additions and 12 deletions

View File

@@ -1,6 +1,7 @@
project.android.productFlavors {
bailing {
dimension "role"
applicationId "com.mogo.launcher.rk.passenger"
externalNativeBuild {
ndk {
// 设置支持的SO库架构
@@ -9,11 +10,11 @@ project.android.productFlavors {
}
manifestPlaceholders = [
CHANNEL_VALUE_BODY : "Driver",
CHANNEL_VALUE_BODY : "Passenger",
]
// ①标识
buildConfigField 'String', 'APP_IDENTITY_MODE_BODY', "\"Driver\""
buildConfigField 'String', 'APP_IDENTITY_MODE_BODY', "\"Passenger\""
}
}