KeenClient-Java
KeenClient-Java copied to clipboard
Bug: instructions for Android show as if a single dependency is needed
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.