We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
About this:
https://github.com/keenlabs/KeenClient-Java#gradle
If I use this alone:
It won't let me to use this line:
I need to add this too:
See attached.
KeenAnalyticsSample.zip
2021-03-14_14-22-32.zip
The text was updated successfully, but these errors were encountered: