Skip to content

Mergeback for release m148 #6008

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 1 commit into from
Jun 4, 2024
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
3 changes: 3 additions & 0 deletions firebase-appdistribution-api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Unreleased


# 16.0.0-beta13
* [changed] Bump internal dependencies


Expand Down Expand Up @@ -135,3 +137,4 @@ API-only library: `firebase-appdistribution-api-ktx`.
This new Kotlin extensions library transitively includes the
`firebase-appdistribution-api` library. The Kotlin extensions library has no
additional updates.

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

version=16.0.0-beta13
latestReleasedVersion=16.0.0-beta12
version=16.0.0-beta14
latestReleasedVersion=16.0.0-beta13
3 changes: 3 additions & 0 deletions firebase-appdistribution/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Unreleased


# 16.0.0-beta13
* [changed] Bump internal dependencies

# 16.0.0-beta12
Expand Down Expand Up @@ -77,3 +79,4 @@ 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](/docs/reference/kotlin/com/google/firebase/appdistribution/ktx/package-summary).

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

version=16.0.0-beta13
latestReleasedVersion=16.0.0-beta12
version=16.0.0-beta14
latestReleasedVersion=16.0.0-beta13
3 changes: 3 additions & 0 deletions firebase-crashlytics-ndk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Unreleased


# 19.0.1
* [changed] Updated `firebase-crashlytics` dependency to v19.0.1

# 19.0.0
* [changed] Bump internal dependencies

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=19.0.1
latestReleasedVersion=19.0.0
version=19.0.2
latestReleasedVersion=19.0.1
10 changes: 10 additions & 0 deletions firebase-crashlytics/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,21 @@
# Unreleased


# 19.0.1
* [changed] Improve cold initialization time.
* [fixed] Fixed version compatibility issues with other Firebase libraries.


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

# 19.0.0
* [fixed] Force validation or rotation of FIDs.
* [fixed] Added keep rule for shrinkage of Crashlytics build resources in strict mode.


## Kotlin
The Kotlin extensions library transitively includes the updated
`firebase-crashlytics` library. The Kotlin extensions library has no additional
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=19.0.1
latestReleasedVersion=19.0.0
version=19.0.2
latestReleasedVersion=19.0.1
9 changes: 9 additions & 0 deletions firebase-dynamic-links/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
# Unreleased


# 22.1.0
* [changed] Added deprecation annotations to the public API. See https://firebase.google.com/support/dynamic-links-faq for further context.


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

# 22.0.0
* [changed] Bump internal dependencies

Expand Down
4 changes: 2 additions & 2 deletions firebase-dynamic-links/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=22.0.1
latestReleasedVersion=22.0.0
version=22.1.1
latestReleasedVersion=22.1.0
android.enableUnitTestBinaryResources=true
10 changes: 10 additions & 0 deletions firebase-perf/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
# Unreleased


# 21.0.1
* [fixed] Fixed an `ExceptionInInitializerError` where the `url.openStream()` causes a crash if
FirebasePerf is not yet initialized (Github #5584).


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

# 21.0.0
* [changed] Bump internal dependencies

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=21.0.1
latestReleasedVersion=21.0.0
version=21.0.2
latestReleasedVersion=21.0.1
android.enableUnitTestBinaryResources=true

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

version=2.0.1
latestReleasedVersion=2.0.0
version=2.0.2
latestReleasedVersion=2.0.1
Loading