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

Bug: instructions for Android show as if a single dependency is needed #122

Open
AndroidDeveloperLB opened this issue Mar 14, 2021 · 0 comments

Comments

@AndroidDeveloperLB
Copy link

About this:
https://github.com/keenlabs/KeenClient-Java#gradle

If I use this alone:

    implementation 'io.keen:keen-client-api-android:5.6.0@aar'

It won't let me to use this line:

val client = AndroidKeenClientBuilder(this).build()

I need to add this too:

    implementation 'io.keen:keen-client-api-java:5.6.0'

See attached.

KeenAnalyticsSample.zip

2021-03-14_14-22-32.zip

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

No branches or pull requests

1 participant