add android public and public build flavors
This commit is contained in:
@@ -29,6 +29,22 @@ android {
|
||||
|
||||
buildFeatures {
|
||||
compose true
|
||||
buildConfig true
|
||||
}
|
||||
|
||||
flavorDimensions "distribution"
|
||||
productFlavors {
|
||||
create("public") {
|
||||
dimension "distribution"
|
||||
applicationId "ai.multica.app"
|
||||
resValue "string", "app_name", "Multica"
|
||||
manifestPlaceholders = [usesCleartextTraffic: "false", deepLinkScheme: "multica"]
|
||||
buildConfigField "String", "MULTICA_ENVIRONMENT", "\"public\""
|
||||
buildConfigField "String", "MULTICA_API_BASE_URL", "\"https://api.multica.ai\""
|
||||
buildConfigField "String", "MULTICA_WEB_BASE_URL", "\"https://app.multica.ai\""
|
||||
buildConfigField "String", "MULTICA_WS_BASE_URL", "\"wss://api.multica.ai\""
|
||||
buildConfigField "String", "MULTICA_AUTH_PREFS_NAME", "\"multica_auth\""
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user