Skip to content

Commit 8b09855

Browse files
m165 mergeback (#7021)
Auto-generated PR for cleaning up release m165 NO_RELEASE_CHANGE Co-authored-by: emilypgoogle <110422458+emilypgoogle@users.noreply.github.com>
1 parent f61a649 commit 8b09855

File tree

7 files changed

+22
-10
lines changed

7 files changed

+22
-10
lines changed

firebase-ai/CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
# Unreleased
22

3+
4+
# 16.1.0
35
* [fixed] Fixed `FirebaseAI.getInstance` StackOverflowException (#6971)
46
* [fixed] Fixed an issue that was causing the SDK to send empty `FunctionDeclaration` descriptions to the API.
57
* [changed] Introduced the `Voice` class, which accepts a voice name, and deprecated the `Voices` class.
68
* [changed] **Breaking Change**: Updated `SpeechConfig` to take in `Voice` class instead of `Voices` class.
79
* **Action Required:** Update all references of `SpeechConfig` initialization to use `Voice` class.
810
* [fixed] Fix incorrect model name in count token requests to the developer API backend
911

10-
1112
# 16.0.0
1213
* [feature] Initial release of the Firebase AI SDK (`firebase-ai`). This SDK *replaces* the previous
1314
Vertex AI in Firebase SDK (`firebase-vertexai`) to accommodate the evolving set of supported

firebase-ai/gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
version=16.1.0
16-
latestReleasedVersion=16.0.0
15+
version=16.1.1
16+
latestReleasedVersion=16.1.0

firebase-crashlytics-ndk/CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
# Unreleased
2-
* [changed] Updated `firebase-crashlytics` dependency to v19.4.4
32

43

4+
# 19.4.4
5+
* [changed] Updated `firebase-crashlytics` dependency to v19.4.4
6+
57
# 19.4.3
68
* [changed] Updated internal Crashpad version to commit `21a20e`.
79

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
version=19.4.4
2-
latestReleasedVersion=19.4.3
1+
version=19.4.5
2+
latestReleasedVersion=19.4.4

firebase-crashlytics/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
# Unreleased
2+
3+
4+
# 19.4.4
25
* [fixed] Fixed more strict mode violations
36

7+
8+
## Kotlin
9+
The Kotlin extensions library transitively includes the updated
10+
`firebase-crashlytics` library. The Kotlin extensions library has no additional
11+
updates.
12+
413
# 19.4.3
514
* [fixed] Fixed UnbufferedIoViolation strict mode violation [#6822]
615

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
version=19.4.4
2-
latestReleasedVersion=19.4.3
1+
version=19.4.5
2+
latestReleasedVersion=19.4.4

firebase-sessions/gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
version=2.1.2
16-
latestReleasedVersion=2.1.1
15+
version=2.1.3
16+
latestReleasedVersion=2.1.2

0 commit comments

Comments
 (0)