1{ 2 "app": { 3 "signingConfigs": [], 4 "compileSdkVersion": 10, 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": "common", 28 "srcPath": "./common" 29 }, 30 { 31 "name": "ippPrint", 32 "srcPath": "./feature/ippPrint" 33 } 34 ] 35} 36