aboutsummaryrefslogtreecommitdiffstats
path: root/eas.json
blob: 837a2aacb94e4392d37e90cc182e4b0bee2527ca (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
  "build": {
    "preview": {
      "android": {
        "buildType": "apk"
      }
    },
    "preview2": {
      "android": {
        "gradleCommand": ":app:assembleRelease"
      }
    },
    "preview3": {
      "developmentClient": true
    },
    "production": {
      "android": {
        "buildType": "apk"
      }
    }
  },
  "cli": {
    "version": ">= 0.52.0"
  }
}