GitLiveApp / firebase-kotlin-sdk

A Kotlin-first SDK for Firebase
https://gitliveapp.github.io/firebase-kotlin-sdk/
Apache License 2.0
1.11k stars 153 forks source link

Analytics package is missing from Maven #541

Closed wongcain closed 3 months ago

wongcain commented 3 months ago

I get an error including the dependency in my Gradle config: dev.gitlive:firebase-analytics:1.12.0

Also the link listed on your readme is returning a 404 error: dev.gitlive:firebase-analytics:1.12.0

BasBuijsen commented 3 months ago

This dependency is not deployed yet. It was merged after the last release so it will be available in the next version that will be released (probably 1.13.0). I have no idea on when this might be, but @nbransby may be able to tell :).

LimbaApp commented 3 months ago

It seems that publish workflow for 1.13.0 failed: https://github.com/GitLiveApp/firebase-kotlin-sdk/actions/runs/9611108925

jmiecz commented 3 months ago

https://github.com/GitLiveApp/firebase-kotlin-sdk/actions/runs/9611108925 https://central.sonatype.com/artifact/dev.gitlive/firebase-analytics/1.13.0?smo=true Looks like the publish workflow went through now but isnt on maven

wongcain commented 3 months ago

1.13.0 is working for me now