[6.7.0] multi
This commit is contained in:
@@ -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\""
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user