Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bintray propertie error when importing #30

Open
3 tasks
Testator opened this issue Jun 6, 2019 · 2 comments
Open
3 tasks

bintray propertie error when importing #30

Testator opened this issue Jun 6, 2019 · 2 comments

Comments

@Testator
Copy link

Testator commented Jun 6, 2019

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?

@rahul-s
Copy link
Contributor

rahul-s commented Jun 6, 2019

Can you explain to me the need for you to build the library code..?
Instead you can directly use the library in your project with this command
implementation 'com.crowdfire.cfalertdialog:cfalertdialog:1.3.1' in your module's build.gradle.

@Testator
Copy link
Author

Testator commented Jun 6, 2019 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants