{
  "cli": {
    "version": ">= 5.6.0"
  },
  "build": {
    "preview": {
      "channel": "development",
      "android": {
        "buildType": "apk"
      },
      "env": {
        "ENV": "development"
      }
    },
    "preview2": {
      "android": {
        "gradleCommand": ":app:assembleRelease"
      }
    },
    "preview3": {
      "developmentClient": true
    },
    "preview4": {
      "distribution": "internal"
    },
    "development": {
      "developmentClient": true,
      "distribution": "internal",
      "channel": "development",
      "env": {
        "ENV": "development"
      }
    },
    "production": {
      "channel": "production",
      "autoIncrement": true,
      "android": {
        "buildType": "app-bundle"
      },
      "env": {
        "ENV": "production"
      }
    }
  },
  "submit": {
    "production": {}
  }
}