Projekt

Obecné

Profil

Stáhnout (454 Bajtů) Statistiky
| Větev: | Tag: | Revize:
1
{
2
  "cli": {
3
    "version": ">= 3.12.1"
4
  },
5
  "build": {
6
    "development": {
7
      "developmentClient": true,
8
      "distribution": "internal"
9
    },
10
    "preview": {
11
      "android": {
12
        "buildType": "apk"
13
      }
14
    },
15
    "preview2": {
16
      "android": {
17
        "gradleCommand": ":app:assembleRelease"
18
      }
19
    },
20
    "preview3": {
21
      "developmentClient": true
22
    },
23
    "production": {}
24
  },
25
  "submit": {
26
    "production": {}
27
  }
28
}
(6-6/9)