Skip to content

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

@AndroidDeveloperLB

Description

@AndroidDeveloperLB

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions