You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

27 line
430B

  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. }