Skip to content

m133 cleanup #5079

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
Jun 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
6 changes: 6 additions & 0 deletions firebase-common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# Unreleased

# 20.3.3
* [fixed] Addressed issue with C++ being absent in user agent.

## Kotlin
The Kotlin extensions library transitively includes the updated
`firebase-common` library. The Kotlin extensions library has no additional
updates
4 changes: 2 additions & 2 deletions firebase-common/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
version=20.3.3
latestReleasedVersion=20.3.2
version=20.3.4
latestReleasedVersion=20.3.3
android.enableUnitTestBinaryResources=true
6 changes: 6 additions & 0 deletions firebase-perf/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
# Unreleased

# 20.3.3
* [fixed] Fixed app start trace creation where some measured time could be NULL (#4730).
* [changed] Adjusted default behavior when remote config fetch fails.


## Kotlin
The Kotlin extensions library transitively includes the updated
`firebase-performance` library. The Kotlin extensions library has no additional
updates.

# 20.3.2
* [changed] Updated JavaLite, protoc, protobuf-java-util to 3.21.11.

Expand Down
4 changes: 2 additions & 2 deletions firebase-perf/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
#
#

version=20.3.3
latestReleasedVersion=20.3.2
version=20.3.4
latestReleasedVersion=20.3.3
android.enableUnitTestBinaryResources=true

7 changes: 7 additions & 0 deletions firebase-storage/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
# Unreleased

# 20.2.1
* [changed] Migrated `firebase-storage` SDK to use standard Firebase executors.
(GitHub [#4830](//github.com/firebase/firebase-android-sdk/pull/4830){: .external})

## Kotlin
The Kotlin extensions library transitively includes the updated
`firebase-storage` library. The Kotlin extensions library has no additional
updates.

# 20.2.0
* [changed] Internal changes to ensure alignment with other SDK releases.

Expand Down
4 changes: 2 additions & 2 deletions firebase-storage/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.

version=20.2.1
latestReleasedVersion=20.2.0
version=20.2.2
latestReleasedVersion=20.2.1
android.enableUnitTestBinaryResources=true