You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
On Thu, Jun 6, 2019, 3:48 AM Rahul Shettigar ***@***.***> 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
<#30?email_source=notifications&email_token=AHJL6S6CI5THVB2KD75IK53PZC6LBA5CNFSM4HU4YIPKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODXCAX3Y#issuecomment-499387375>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AHJL6SYZDUSMWKETTDM5Z6DPZC6LBANCNFSM4HU4YIPA>
.
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?
The text was updated successfully, but these errors were encountered: