Skip to content

Commit

Permalink
M154 mergeback (#6345)
Browse files Browse the repository at this point in the history
  • Loading branch information
emilypgoogle authored Oct 4, 2024
1 parent 13ef861 commit f761b2c
Show file tree
Hide file tree
Showing 14 changed files with 27 additions and 14 deletions.
2 changes: 2 additions & 0 deletions firebase-crashlytics-ndk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# Unreleased

# 19.2.0
* [changed] Updated `firebase-crashlytics` dependency to v19.2.0

# 19.1.0
Expand Down
2 changes: 2 additions & 0 deletions firebase-crashlytics/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# Unreleased

# 19.2.0
* [fixed] Improved data consistency for rapid user actions.
* [fixed] Fixed exception propagation in the case of no default uncaught exception handler.
* [changed] Internal changes to improve startup time.
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.2.0
latestReleasedVersion=19.1.0
version=19.2.1
latestReleasedVersion=19.2.0
2 changes: 2 additions & 0 deletions firebase-dataconnect/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# Unreleased

# 16.0.0-beta01
* [feature] Initial release of the Data Connect SDK (public preview). Learn how to
[get started](https://firebase.google.com/docs/data-connect/android-sdk)
with the SDK in your app.
Expand Down
4 changes: 2 additions & 2 deletions firebase-dataconnect/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version=16.0.0-beta01
latestReleasedVersion=16.0.0-alpha05
version=16.0.0-beta02
latestReleasedVersion=16.0.0-beta01
2 changes: 2 additions & 0 deletions firebase-messaging-directboot/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Unreleased

# 24.0.2
* [unchanged] Updated to keep messaging SDK versions aligned.

# 24.0.1
* [unchanged] Updated to keep messaging SDK versions aligned.
Expand Down
4 changes: 2 additions & 2 deletions firebase-messaging-directboot/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
version=24.0.2
latestReleasedVersion=24.0.1
version=24.0.3
latestReleasedVersion=24.0.2
android.enableUnitTestBinaryResources=true
2 changes: 2 additions & 0 deletions firebase-messaging/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# Unreleased

# 24.0.2
* [changed] Included message priority when logging to Firelog.

# 24.0.1
Expand Down
4 changes: 2 additions & 2 deletions firebase-messaging/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
version=24.0.2
latestReleasedVersion=24.0.1
version=24.0.3
latestReleasedVersion=24.0.2
android.enableUnitTestBinaryResources=true
2 changes: 2 additions & 0 deletions firebase-sessions/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Unreleased

# 2.0.5
* [unchanged] Updated to keep SDK versions aligned.

# 2.0.4
* [fixed] Handled datastore writes when device has full internal memory more gracefully.
Expand Down
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.5
latestReleasedVersion=2.0.4
version=2.0.6
latestReleasedVersion=2.0.5
3 changes: 2 additions & 1 deletion firebase-storage/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
# Unreleased

# 21.0.1
* [fixed] Fixed an issue where `maxUploadRetryTimeMillis` parameter is ignored when uploading using
`putBytes()`

# 21.0.0
* [changed] Bump internal dependencies


## Kotlin
The Kotlin extensions library transitively includes the updated
`firebase-storage` library. The Kotlin extensions library has no additional
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=21.0.1
latestReleasedVersion=21.0.0
version=21.0.2
latestReleasedVersion=21.0.1
android.enableUnitTestBinaryResources=true
2 changes: 1 addition & 1 deletion firebase-vertexai/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# limitations under the License.

version=16.0.0
latestReleasedVersion=16.0.0-beta05
latestReleasedVersion=16.0.0-beta06

0 comments on commit f761b2c

Please sign in to comment.