UNPKG

716 BMarkdownView Raw
1<!--
2Please make sure the checklist boxes are all checked before submitting the PR. The checklist
3is intended as a quick reference, for complete details please see our Contributor Guidelines:
4
5http://cordova.apache.org/contribute/contribute_guidelines.html
6
7Thanks!
8-->
9
10### Platforms affected
11
12
13### What does this PR do?
14
15
16### What testing has been done on this change?
17
18
19### Checklist
20- [ ] [Reported an issue](http://cordova.apache.org/contribute/issues.html) in the JIRA database
21- [ ] Commit message follows the format: "CB-3232: (android) Fix bug with resolving file paths", where CB-xxxx is the JIRA ID & "android" is the platform affected.
22- [ ] Added automated test coverage as appropriate for this change.