1{
2 "app": {
3 "compileSdkVersion": 9,
4 "compatibleSdkVersion": 9,
5 "products": [
6 {
7 "name": "default"
8 }
9 ],
10 },
11 "modules": [
12 {
13 "name": "entry",
14 "srcPath": "./entry",
15 "targets": [
16 {
17 "name": "default",
18 "applyToProducts": [
19 "default"
20 ]
21 }
22 ]
23 }
24 ]
25}