Skip to content

Commit 47fc2b7

Browse files
authored
Merge branch 'main' into ep/minsdk-23
2 parents 16d543c + b9aa68c commit 47fc2b7

File tree

195 files changed

+3619
-10063
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

195 files changed

+3619
-10063
lines changed

.github/workflows/ci_tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,5 +169,6 @@ jobs:
169169

170170
- name: Publish Test Results
171171
uses: EnricoMi/publish-unit-test-result-action@170bf24d20d201b842d7a52403b73ed297e6645b # v2.18.0
172+
if: always()
172173
with:
173174
files: "artifacts/**/*.xml"

.github/workflows/plugins-check.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
./gradlew plugins:check
3131
- name: Publish Test Results
3232
uses: EnricoMi/publish-unit-test-result-action@170bf24d20d201b842d7a52403b73ed297e6645b # v2.18.0
33+
if: always()
3334
with:
3435
files: "**/build/test-results/**/*.xml"
3536
check_name: "plugins test results"

appcheck/firebase-appcheck/firebase-appcheck.gradle

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@ dependencies {
7070
testImplementation libs.junit
7171
testImplementation libs.junit
7272
testImplementation libs.mockito.core
73-
testImplementation libs.mockito.mockito.inline
7473
testImplementation libs.robolectric
7574

7675
androidTestImplementation project(':appcheck:firebase-appcheck')
@@ -85,5 +84,4 @@ dependencies {
8584
androidTestImplementation libs.truth
8685
androidTestImplementation libs.junit
8786
androidTestImplementation libs.mockito.core
88-
androidTestImplementation libs.mockito.mockito.inline
8987
}

ci/fireci/fireciplugins/macrobenchmark/run/runner.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,6 @@ def _process_changed_modules(path: Path) -> List[str]:
119119
":firebase-components": ["Firebase", "ComponentDiscovery", "Runtime"],
120120
":firebase-database": ["fire-rtdb"],
121121
":firebase-datatransport": ["fire-transport"],
122-
":firebase-dynamic-links": ["fire-dl"],
123122
":firebase-crashlytics": ["fire-cls"],
124123
":firebase-crashlytics-ndk": ["fire-cls"],
125124
":firebase-firestore": ["fire-fst"],

docs/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ in your app:
2626

2727
* [`firebase-common`](ktx/common.md)
2828
* [`firebase-crashlytics`](ktx/crashlytics.md)
29-
* [`firebase-dynamic-links`](ktx/dynamic-links.md)
3029
* [`firebase-firestore`](ktx/firestore.md)
3130
* [`firebase-functions`](ktx/functions.md)
3231
* [`firebase-inappmessaging`](ktx/inappmessaging.md)

docs/ktx/dynamic-links.md

Lines changed: 0 additions & 170 deletions
This file was deleted.

firebase-ai/CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Unreleased
2-
2+
* [feature] Added support for configuring the "thinking" budget when using Gemini
3+
2.5 series models. (#6990)
4+
* [feature] **Breaking Change**: Add support for Grounding with Google Search (#7042).
5+
* **Action Required:** Update all references of `groundingAttributions`, `webSearchQueries`, `retrievalQueries` in `GroundingMetadata` to be non-optional.
36

47
# 16.2.0
58
* [changed] Deprecate the `totalBillableCharacters` field (only usable with pre-2.0 models). (#7042)
@@ -31,4 +34,3 @@
3134

3235
Note: This feature is in Public Preview, which means that it is not subject to any SLA or
3336
deprecation policy and could change in backwards-incompatible ways.
34-

0 commit comments

Comments
 (0)