Skip to content

Commit 60e3bcb

Browse files
authored
[Infra] Bump dependency on firebase-common (#7361)
The newer version of `firebase-common` includes an fix for an issue introduced by a dependency, see #7191 An entry to all the affected SDK's changelog has also been included.
1 parent acaacbd commit 60e3bcb

File tree

26 files changed

+129
-85
lines changed

26 files changed

+129
-85
lines changed

appcheck/firebase-appcheck-debug-testing/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Unreleased
22

3+
- [changed] Bumped internal dependencies.
4+
35
# 19.0.0
46

57
- [unchanged] Updated to keep [app_check] SDK versions aligned.

appcheck/firebase-appcheck-debug/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Unreleased
22

3+
- [changed] Bumped internal dependencies.
4+
35
# 19.0.0
46

57
- [unchanged] Updated to keep [app_check] SDK versions aligned.

appcheck/firebase-appcheck-playintegrity/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Unreleased
22

3+
- [changed] Bumped internal dependencies.
4+
35
# 19.0.0
46

57
- [changed] **Breaking Change**: Updated minSdkVersion to API level 23 or higher.

appcheck/firebase-appcheck/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Unreleased
22

3+
- [changed] Bumped internal dependencies.
4+
35
# 19.0.0
46

57
- [changed] **Breaking Change**: Updated minSdkVersion to API level 23 or higher.

firebase-abt/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Unreleased
22

3+
- [changed] Bumped internal dependencies.
4+
35
# 23.0.0
46

57
- [changed] **Breaking Change**: Updated minSdkVersion to API level 23 or higher.

firebase-ai/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Unreleased
22

3+
- [changed] Bumped internal dependencies.
34
- [feature] Added support for code execution.
45
- [changed] Marked the public constructors for `ExecutableCodePart` and `CodeExecutionResultPart` as
56
deprecated.

firebase-appdistribution-api/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Unreleased
22

3+
- [changed] Bumped internal dependencies.
4+
35
# 16.0.0-beta16
46

57
- [changed] **Breaking Change**: Updated minSdkVersion to API level 23 or higher.

firebase-appdistribution/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Unreleased
22

3+
- [changed] Bumped internal dependencies.
4+
35
# 16.0.0-beta16
46

57
- [changed] **Breaking Change**: Updated minSdkVersion to API level 23 or higher.

firebase-config/CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Unreleased
22

3+
- [changed] Bumped internal dependencies.
4+
35
# 23.0.0
46

57
- [changed] **Breaking Change**: Updated minSdkVersion to API level 23 or higher.
@@ -179,7 +181,7 @@ Kotlin extensions library has no additional updates.
179181

180182
- [fixed] Fixed a bug that caused HTTP errors in some locales. For more information, see
181183
<a href="https://github.com/firebase/firebase-android-sdk/issues/3757"
182-
class="external">GitHub Issue #3757</a>
184+
class="external">GitHub Issue #3757</a>
183185

184186
## Kotlin
185187

@@ -193,7 +195,7 @@ Kotlin extensions library has no additional updates.
193195
contains a fix.
194196
For more information, see
195197
<a href="https://github.com/firebase/firebase-android-sdk/issues/3757"
196-
class="external">GitHub Issue #3757</a>
198+
class="external">GitHub Issue #3757</a>
197199
</aside>
198200

199201
- [changed] Added first-open time to [remote_config] server requests.

firebase-crashlytics-ndk/CHANGELOG.md

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Unreleased
22

3+
- [changed] Bumped internal dependencies.
4+
35
# 20.0.1
46

57
- [changed] Updated `firebase-crashlytics` dependency to 20.0.1
@@ -103,7 +105,7 @@
103105
<aside class="caution">This version of <code>firebase-crashlytics-ndk</code> can
104106
cause a nondeterministic crash on startup. For more information, see
105107
<a href="https://github.com/firebase/firebase-android-sdk/issues/4683"
106-
class="external">GitHub Issue #4683</a>. We recommend updating to the
108+
class="external">GitHub Issue #4683</a>. We recommend updating to the
107109
latest version (v18.3.5+) which contains a fix.
108110
</aside>
109111

@@ -290,16 +292,16 @@ the new SDK.
290292
<aside class="note"><p>The changes in these release notes are only relevant to
291293
[crashlytics] NDK users who are upgrading from the legacy Fabric SDK.</p>
292294
<ul>
293-
<li>If you're using [crashlytics] for NDK crash reporting in your app for
294-
the first time, follow the
295-
<a href="/docs/crashlytics/get-started-new-sdk?platform=android">getting
295+
<li>If you're using [crashlytics] for NDK crash reporting in your app for
296+
the first time, follow the
297+
<a href="/docs/crashlytics/get-started-new-sdk?platform=android">getting
296298
started instructions</a>.
297-
</li>
298-
<li>If you're upgrading from the legacy Fabric SDK to the
299-
[firebase_crashlytics] SDK for NDK crash reporting, follow the
300-
<a href="/docs/crashlytics/upgrade-sdk?platform=android">upgrade
299+
</li>
300+
<li>If you're upgrading from the legacy Fabric SDK to the
301+
[firebase_crashlytics] SDK for NDK crash reporting, follow the
302+
<a href="/docs/crashlytics/upgrade-sdk?platform=android">upgrade
301303
instructions</a> to update your app with the following SDK changes.
302-
</li>
304+
</li>
303305
</ul>
304306
</aside>
305307

0 commit comments

Comments
 (0)