- [unchanged] Updated to accommodate the release of the updated [appdistro] library.
The Kotlin extensions library transitively includes the updated
firebase-appdistribution-api
library. The Kotlin extensions library has no additional
updates.
- [unchanged] Updated to accommodate the release of the updated [appdistro] library.
The Kotlin extensions library transitively includes the updated
firebase-appdistribution-api
library. The Kotlin extensions library has no additional
updates.
- [changed] Bump internal dependencies
The Kotlin extensions library transitively includes the updated
firebase-appdistribution-api
library. The Kotlin extensions library has no additional
updates.
- [unchanged] Updated to accommodate the release of the updated [appdistro] library.
The Kotlin extensions library transitively includes the updated
firebase-appdistribution-api
library. The Kotlin extensions library has no additional
updates.
- [changed] Added Kotlin extensions (KTX) APIs from
com.google.firebase:firebase-appdistribution-api-ktx
tocom.google.firebase:firebase-appdistribution-api
under thecom.google.firebase.appdistribution
package. For details, see the FAQ about this initiative - [deprecated] All the APIs from
com.google.firebase:firebase-appdistribution-api-ktx
have been added tocom.google.firebase:firebase-appdistribution-api
under thecom.google.firebase.appdistribution
package, and all the Kotlin extensions (KTX) APIs incom.google.firebase:firebase-appdistribution-api-ktx
are now deprecated. As early as April 2024, we'll no longer release KTX modules. For details, see the FAQ about this initiative
The Kotlin extensions library transitively includes the updated
firebase-appdistribution-api
library. The Kotlin extensions library has no additional
updates.
- [feature] Improved development mode to allow all API calls to be made without having to sign in.
The Kotlin extensions library transitively includes the updated
firebase-appdistribution-api
library. The Kotlin extensions library has no
additional updates.
- [fixed] Fixed an issue where a crash happened whenever a feedback notification was shown on devices running Android 4.4 and lower.
The Kotlin extensions library transitively includes the updated
firebase-appdistribution-api
library. The Kotlin extensions library has no
additional updates.
- [feature] Added support for testers to attach JPEG screenshots to their feedback.
The Kotlin extensions library transitively includes the updated
firebase-appdistribution-api
library. The Kotlin extensions library has no
additional updates.
- [feature] Added support for in-app tester feedback. To learn more, see Collect feedback from testers.
- [fixed] Fixed a bug where only the last listener added to an
UpdateTask
usingaddOnProgressListener()
would receive updates.
The Kotlin extensions library transitively includes the updated
firebase-appdistribution-api
library. The Kotlin extensions library has no additional
updates.
- [unchanged] Updated to accommodate the release of the updated [appdistro] Kotlin extensions library.
The Kotlin extensions library transitively includes the updated
firebase-appdistribution-api
library. The Kotlin extensions library has
the following additional updates:
- [feature] Firebase now supports Kotlin coroutines.
With this release, we added
kotlinx-coroutines-play-services
{: .external} tofirebase-appdistribution-api-ktx
as a transitive dependency, which exposes theTask<T>.await()
suspend function to convert aTask
into a Kotlin coroutine.
- [changed] Updated dependency of
play-services-basement
to its latest version (v18.1.0).
The Kotlin extensions library transitively includes the updated
firebase-appdistribution-api
library. The Kotlin extensions library has no
additional updates.
-
[feature] The [appdistro] SDK has been split into two libraries:
-
firebase-appdistribution-api
- The API-only library
This new API-only library is functional only when the full [appdistro] SDK implementation (firebase-appdistribution
) is present.firebase-appdistribution-api
can be included in all build variants{: .external}. -
firebase-appdistribution
- The full SDK implementation
This full SDK implementation is optional and should only be included in pre-release builds.
Visit the documentation to learn how to add these SDKs to your Android app.
-
With the removal of the Kotlin extensions library
firebase-appdistribution-ktx
, its functionality has been moved to the new
API-only library: firebase-appdistribution-api-ktx
.
This new Kotlin extensions library transitively includes the
firebase-appdistribution-api
library. The Kotlin extensions library has no
additional updates.