Skip to content

Latest commit

 

History

History
101 lines (62 loc) · 3.36 KB

File metadata and controls

101 lines (62 loc) · 3.36 KB

Unreleased

  • [changed] Bump internal dependencies.

16.0.0-beta17

  • [changed] Bumped internal dependencies.

16.0.0-beta16

  • [changed] Breaking Change: Updated minSdkVersion to API level 23 or higher.

16.0.0-beta15

  • [fixed] Added custom tab support for more browsers [#6692]

16.0.0-beta14

  • [changed] Internal improvements to testing on Android 14

16.0.0-beta13

  • [changed] Bump internal dependencies

16.0.0-beta12

  • [changed] Bump internal dependencies.

16.0.0-beta10

  • [fixed] Updated the third-party license file to include Dagger's license.

16.0.0-beta09

  • [feature] Improved development mode to allow all API calls to be made without having to sign in.

16.0.0-beta08

  • [fixed] Fixed an issue where a crash happened whenever a feedback notification was shown on devices running Android 4.4 and lower.

16.0.0-beta07

  • [feature] Added support for testers to attach JPEG screenshots to their feedback.

16.0.0-beta06

  • [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 using addOnProgressListener() would receive updates.

16.0.0-beta05

  • [unchanged] Updated to accommodate the release of the updated [appdistro] Kotlin extensions library.

16.0.0-beta03

  • [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.

Kotlin

  • [removed] The Kotlin extensions library firebase-appdistribution-ktx has been removed. All its functionality has been moved to the new API-only library: firebase-appdistribution-api-ktx.

16.0.0-beta02

  • [fixed] Fixed a bug that prevented testers from signing in when the app had an underscore in the package name.
  • [fixed] Fixed a UI bug where the APK download notification displayed the incorrect error message.
  • [changed] Internal improvements to tests.

Kotlin

The Kotlin extensions library transitively includes the base firebase-app-distribution library. The Kotlin extensions library has no additional updates.

16.0.0-beta01

  • [feature] The [appdistro] Android SDK is now available in beta. You can use this SDK to notify testers in-app when a new test build is available. To learn more, visit the [appdistro] reference documentation.

Kotlin

The [appdistro] Android library with Kotlin extensions is now available in beta. The Kotlin extensions library transitively includes the base firebase-app-distribution library. To learn more, visit the [appdistro] KTX reference documentation.