Skip to content
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
2 changes: 2 additions & 0 deletions firebase-ai/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Unreleased

# 17.5.0

- [changed] Added better scheduling and louder output for Live API.
- [changed] Added support for input and output transcription. (#7482)
- [feature] Added support for sending realtime audio and video in a `LiveSession`.
Expand Down
4 changes: 2 additions & 2 deletions firebase-ai/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=17.5.0
latestReleasedVersion=17.4.0
version=17.5.1
latestReleasedVersion=17.5.0
2 changes: 2 additions & 0 deletions firebase-dataconnect/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Unreleased

# 17.1.1

- [changed] Internal refactor for managing Auth and App Check tokens
([#7484](https://github.com/firebase/firebase-android-sdk/pull/7484),
[#7485](https://github.com/firebase/firebase-android-sdk/pull/7485))
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=17.1.1
latestReleasedVersion=17.1.0
version=17.1.2
latestReleasedVersion=17.1.1
2 changes: 2 additions & 0 deletions firebase-functions/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Unreleased

# 22.1.0

- [changed] Bumped dependency on OkHTTP to version 4.12.0 from version 3.12.13. If your app depends
on OkHTTP version 3.x the change is both binary- and Java source-compatible, with a few small
exceptions. See https://square.github.io/okhttp/changelogs/upgrading_to_okhttp_4/ for more
Expand Down
4 changes: 2 additions & 2 deletions firebase-functions/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
version=22.1.0
latestReleasedVersion=22.0.1
version=22.1.1
latestReleasedVersion=22.1.0
android.enableUnitTestBinaryResources=true
2 changes: 2 additions & 0 deletions firebase-inappmessaging-display/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Unreleased

# 22.0.2

- [changed] Updated `com.github.bumptech.glide:glide` dependency to `5.0.5`. [#7469]

# 22.0.1
Expand Down
4 changes: 2 additions & 2 deletions firebase-inappmessaging-display/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version=22.0.2
latestReleasedVersion=22.0.1
version=22.0.3
latestReleasedVersion=22.0.2
2 changes: 2 additions & 0 deletions firebase-inappmessaging/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Unreleased

# 22.0.2

- [changed] Bumped internal dependencies.

# 22.0.1
Expand Down
4 changes: 2 additions & 2 deletions firebase-inappmessaging/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version=22.0.2
latestReleasedVersion=22.0.1
version=22.0.3
latestReleasedVersion=22.0.2
2 changes: 2 additions & 0 deletions firebase-perf/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Unreleased

# 22.0.3

- [changed] Bumped dependency on OkHTTP to version 4.12.0 from version 3.12.13. If your app depends
on OkHTTP version 3.x the change is both binary- and Java source-compatible, with a few small
exceptions. See https://square.github.io/okhttp/changelogs/upgrading_to_okhttp_4/ for more
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=22.0.3
latestReleasedVersion=22.0.2
version=22.0.4
latestReleasedVersion=22.0.3
android.enableUnitTestBinaryResources=true