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

When will the next version be released? #526

Closed taetae98coding closed 3 months ago

taetae98coding commented 3 months ago

@nbransby

When will this commit be released? https://github.com/GitLiveApp/firebase-kotlin-sdk/pull/516

nbransby commented 3 months ago

Soon but in the meantime you can do this:

configurations.all {
    resolutionStrategy {
        force("dev.gitlive:firebase-java-sdk:0.4.3")
    }
}