You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
36 lines
661 B
36 lines
661 B
{ |
|
"cli": { |
|
"version": ">= 16.4.1", |
|
"appVersionSource": "remote" |
|
}, |
|
"build": { |
|
"development": { |
|
"developmentClient": true, |
|
"distribution": "internal", |
|
"android": { |
|
"buildType": "apk", |
|
"ndk": "26.1.10909125" |
|
} |
|
}, |
|
"preview": { |
|
"distribution": "internal", |
|
"android": { |
|
"buildType": "apk", |
|
"ndk": "26.1.10909125" |
|
}, |
|
"ios": { |
|
"simulator": true |
|
} |
|
}, |
|
"production": { |
|
"autoIncrement": true, |
|
"android": { |
|
"buildType": "app-bundle", |
|
"ndk": "26.1.10909125" |
|
} |
|
} |
|
}, |
|
"submit": { |
|
"production": {} |
|
} |
|
}
|
|
|