• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2  "app": {
3    "signingConfigs": [],
4    "compileSdkVersion": 9,
5    "compatibleSdkVersion": 9,
6    "products": [
7      {
8        "name": "default",
9        "signingConfig": "default"
10      },
11    ],
12  },
13  "modules": [
14    {
15      "name": "entry",
16      "srcPath": "./entry",
17      "targets": [
18        {
19          "name": "default",
20          "applyToProducts": [
21            "default",
22          ],
23        },
24      ],
25    },
26    {
27      "name": "base",
28      "srcPath": "./common/base"
29    },
30    {
31      "name": "timeline",
32      "srcPath": "./features/timeline"
33    },
34    {
35      "name": "browser",
36      "srcPath": "./features/browser"
37    },
38    {
39      "name": "grid",
40      "srcPath": "./features/grid"
41    },
42    {
43      "name": "album",
44      "srcPath": "./features/album"
45    },
46    {
47      "name": "selectAlbum",
48      "srcPath": "./features/selectAlbum"
49    },
50    {
51      "name": "third",
52      "srcPath": "./features/third"
53    },
54    {
55      "name": "mediaOperation",
56      "srcPath": "./features/mediaOperation"
57    },
58    {
59      "name": "distributed",
60      "srcPath": "./features/distributed"
61    },
62    {
63      "name": "formEditor",
64      "srcPath": "./features/formEditor"
65    }
66  ],
67}