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

How to use this library ? #4

Open
woprandi opened this issue Aug 19, 2019 · 4 comments
Open

How to use this library ? #4

woprandi opened this issue Aug 19, 2019 · 4 comments

Comments

@woprandi
Copy link

Hi,

How to import this library with gradle for my android project ?

@Keelar
Copy link
Owner

Keelar commented Aug 20, 2019

Currently the only way is to compile it yourself and add it as a local dependency in your gradle build file. I do intend to publish it to a repository to make it easier but I haven't gotten around to it yet.

@Drusantia
Copy link

You can use Jitpack.
https://jitpack.io/#Keelar/ExprK

@snehashis365
Copy link

That was a lifesaver thanks @Drusantia ....................Hey @Keelar I hope u don't mind me using this library for an App(Practice wise only nothing commercial)

@mcanonic
Copy link

In the meanwhile, something has changed.
In the file settings.gradle.kts you have to add this:
maven { url = uri("https://jitpack.io")

while in build.gradle.kts (Module:app), you have to add this:
implementation("com.github.Keelar:ExprK:91fdabf")

Quite different syntax and quite different files to modify.

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

No branches or pull requests

5 participants