CFAlertDialog icon indicating copy to clipboard operation
CFAlertDialog copied to clipboard

bintray propertie error when importing

Open Testator opened this issue 5 years ago • 2 comments

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?

Testator avatar Jun 06 '19 07:06 Testator

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.

rahul-s avatar Jun 06 '19 07:06 rahul-s

When you import the demo into android studio it gives you an error message when compiling

On Thu, Jun 6, 2019, 3:48 AM Rahul Shettigar [email protected] wrote:

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'sbuild.gradle`.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/Codigami/CFAlertDialog/issues/30?email_source=notifications&email_token=AHJL6S6CI5THVB2KD75IK53PZC6LBA5CNFSM4HU4YIPKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODXCAX3Y#issuecomment-499387375, or mute the thread https://github.com/notifications/unsubscribe-auth/AHJL6SYZDUSMWKETTDM5Z6DPZC6LBANCNFSM4HU4YIPA .

Testator avatar Jun 06 '19 09:06 Testator