Skip to content

update versions and merge back changelog from release #4688

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Feb 16, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions firebase-crashlytics-ndk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Unreleased

# 18.3.5
* [fixed] Updated `firebase-common` to its latest version (v20.3.0) to fix an issue that was
causing a nondeterministic crash on startup.

# 18.3.4
* [changed] Updated internal Crashpad version to commit `c902f6`.

# 18.3.2
Expand Down
4 changes: 2 additions & 2 deletions firebase-crashlytics-ndk/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version=18.3.5
latestReleasedVersion=18.3.4
version=18.3.6
latestReleasedVersion=18.3.5
4 changes: 4 additions & 0 deletions firebase-crashlytics/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
* [changed] Add improved support capturing build ids for Native ANRs on older
Android versions.

# 18.3.5
* [fixed] Updated `firebase-common` to its latest version (v20.3.0) to fix an issue that was
causing a nondeterministic crash on startup.

# 18.3.2
* [unchanged] Updated to accommodate the release of the updated
`firebase-crashlytics-ndk` v18.3.2.
Expand Down
4 changes: 2 additions & 2 deletions firebase-crashlytics/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version=18.3.5
latestReleasedVersion=18.3.4
version=18.3.6
latestReleasedVersion=18.3.5
4 changes: 4 additions & 0 deletions firebase-installations/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Unreleased
* [changed] Internal changes to improve startup time

# 17.1.2
* [fixed] Updated `firebase-common` to its latest version (v20.3.0) to fix an issue that was
causing a nondeterministic crash on startup.

# 17.1.0
* [changed] Internal changes to ensure functionality alignment with other
SDK releases. For more details, refer to the
Expand Down
4 changes: 2 additions & 2 deletions firebase-installations/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version=17.1.2
latestReleasedVersion=17.1.1
version=17.1.3
latestReleasedVersion=17.1.2