KeenClient-Java icon indicating copy to clipboard operation
KeenClient-Java copied to clipboard

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

Open AndroidDeveloperLB opened this issue 4 years ago • 0 comments

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

AndroidDeveloperLB avatar Mar 14 '21 12:03 AndroidDeveloperLB