mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-27 02:42:25 +08:00
feat(android): support self-host & multi channels (#12095)
This commit is contained in:
@@ -53,14 +53,10 @@ android {
|
||||
}
|
||||
flavorDimensions = ['chanel']
|
||||
productFlavors {
|
||||
stable {
|
||||
buildConfigField 'String', 'BASE_URL', '"https://app.affine.pro"'
|
||||
resValue 'string', 'host', '"app.affine.pro"'
|
||||
}
|
||||
canary {
|
||||
buildConfigField 'String', 'BASE_URL', '"https://affine.fail"'
|
||||
resValue 'string', 'host', '"affine.fail"'
|
||||
}
|
||||
stable
|
||||
beta
|
||||
internal
|
||||
canary
|
||||
}
|
||||
|
||||
compileOptions {
|
||||
|
||||
Reference in New Issue
Block a user