New Issue Checklist
Issue Info
| Info |
Value |
| Platform Name |
e.g. Android |
| Platform Version |
e.g. 6.0 |
| CFAlertDialog Version |
e.g. 2.1.1 |
| Integration Method |
e.g. gradle / manually |
| Xcode Version |
e.g. Android Studio 2.3 |
| Repro rate |
e.g. all the time (100%) / sometimes x% / only once |
| Repro with our demo prj |
e.g. does it happen with our demo project? |
| Demo project link |
e.g. link to a demo project that highlights the issue |
Issue Description and Steps
Please fill in the detailed description of the issue (full output of any stack trace, compiler error, ...) and the steps to reproduce the issue.
error when trying to compile
properties.load(project.rootProject.file('bintray.properties').newDataInputStream())
does not exist
changing back to
properties.load(project.rootProject.file('local.properties').newDataInputStream())
compiles
any clue why this is happenning?
New Issue Checklist
Issue Info
Issue Description and Steps
Please fill in the detailed description of the issue (full output of any stack trace, compiler error, ...) and the steps to reproduce the issue.
error when trying to compile
properties.load(project.rootProject.file('bintray.properties').newDataInputStream())
does not exist
changing back to
properties.load(project.rootProject.file('local.properties').newDataInputStream())
compiles
any clue why this is happenning?