From d5f75c6f9af3c88a953263ea3597353aa5edcb62 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Mar 2023 10:53:25 +0000 Subject: [PATCH] Bump appDistribution from 16.0.0-beta05 to 16.0.0-beta06 (#8198) Bumps `appDistribution` from 16.0.0-beta05 to 16.0.0-beta06. Updates `com.google.firebase:firebase-appdistribution-api-ktx` from 16.0.0-beta05 to 16.0.0-beta06 - [Release notes](https://github.com/firebase/firebase-android-sdk/releases) - [Changelog](https://github.com/firebase/firebase-android-sdk/blob/master/docs/make_release_notes.py) - [Commits](https://github.com/firebase/firebase-android-sdk/commits) Updates `com.google.firebase:firebase-appdistribution` from 16.0.0-beta05 to 16.0.0-beta06 - [Release notes](https://github.com/firebase/firebase-android-sdk/releases) - [Changelog](https://github.com/firebase/firebase-android-sdk/blob/master/docs/make_release_notes.py) - [Commits](https://github.com/firebase/firebase-android-sdk/commits) --- updated-dependencies: - dependency-name: com.google.firebase:firebase-appdistribution-api-ktx dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: com.google.firebase:firebase-appdistribution dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- dependencies.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dependencies.gradle b/dependencies.gradle index 9945a847e7..93d1d5d5a1 100644 --- a/dependencies.gradle +++ b/dependencies.gradle @@ -12,7 +12,7 @@ def kotlin = "1.8.10" def kotlinCoroutines = "1.6.4" def dagger = "2.45" def firebaseBom = "31.2.2" -def appDistribution = "16.0.0-beta05" +def appDistribution = "16.0.0-beta06" def retrofit = "2.9.0" def markwon = "4.6.2" def moshi = "1.14.0"