• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2  "app": {
3    "signingConfigs": [
4    ],
5    "products": [
6      {
7        "name": "default",
8        "signingConfig": "default",
9        "compileSdkVersion": 11,
10        "compatibleSdkVersion": 10
11      }
12    ]
13  },
14  "modules": [
15    {
16      "name": "entry",
17      "srcPath": "./entry",
18      "targets": [
19        {
20          "name": "default",
21          "applyToProducts": [
22            "default"
23          ]
24        }
25      ]
26    }
27  ]
28}
29