buildAndroidOptions top-level property

List<FigOption> buildAndroidOptions
final

Implementation

final List<FigOption> buildAndroidOptions = [
  ...androidGeneralOptions,
  FigOption(
    name: ['--compileSdk'],
    description: 'Sets the Android SDK that will be used to build the project',
    args: [FigArg(name: 'api level')],
  ),
  ...androidKeyOptions,
];