GitLiveApp / firebase-kotlin-sdk

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

1.13.0 firebase-common-internal missing? #544

Closed jmiecz closed 5 days ago

jmiecz commented 6 days ago

When updating my app to use the new 1.13.0, I am getting an error that it cant find: Failed | https://dl.google.com/dl/android/maven2/dev/gitlive/firebase-common-internal/1.13.0/firebase-common-internal-1.13.0.pom

Failed | https://repo.maven.apache.org/maven2/dev/gitlive/firebase-common-internal/1.13.0/firebase-common-internal-1.13.0.pom | 252 ms | 0 B | 0 B/s

Failed | https://maven.pkg.jetbrains.space/public/p/compose/dev/dev/gitlive/firebase-common-internal/1.13.0/firebase-common-internal-1.13.0.pom | 545 ms | 0 B | 0 B/s

kaidotarma commented 6 days ago

Looks like some internals have been moved to a new location (firebase-common-internal), which was not released. @Daeda88

Reedyuk commented 5 days ago

Looks like the scripts were not adjusted to publish the new internal library.

Daeda88 commented 5 days ago

Yep, got a PR to fix it in #545 Stupid omision. Unfortunately I dont have merge/publish rights so someone else needs to pick up the rest

Reedyuk commented 5 days ago

I've published it now, should take 30 mins - 1hr till its live