Skip to content

Commit 4a33246

Browse files
authored
Merge branch 'main' into dependabot/gradle/org.apache.maven-maven-resolver-provider-3.9.11
2 parents c05e708 + 44428b9 commit 4a33246

File tree

110 files changed

+4225
-336
lines changed

Some content is hidden

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

110 files changed

+4225
-336
lines changed

.github/workflows/dataconnect.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ env:
3434
FDC_JAVA_VERSION: ${{ inputs.javaVersion || '17' }}
3535
FDC_ANDROID_EMULATOR_API_LEVEL: ${{ inputs.androidEmulatorApiLevel || '34' }}
3636
FDC_NODEJS_VERSION: ${{ inputs.nodeJsVersion || '20' }}
37-
FDC_FIREBASE_TOOLS_VERSION: ${{ inputs.firebaseToolsVersion || '14.11.0' }}
37+
FDC_FIREBASE_TOOLS_VERSION: ${{ inputs.firebaseToolsVersion || '14.11.1' }}
3838
FDC_FIREBASE_TOOLS_DIR: /tmp/firebase-tools
3939
FDC_FIREBASE_COMMAND: /tmp/firebase-tools/node_modules/.bin/firebase
4040
FDC_PYTHON_VERSION: ${{ inputs.pythonVersion || '3.13' }}

.github/workflows/dataconnect_demo_app.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ on:
1818

1919
env:
2020
FDC_NODE_VERSION: ${{ inputs.nodeVersion || '20' }}
21-
FDC_FIREBASE_TOOLS_VERSION: ${{ inputs.firebaseToolsVersion || '14.11.0' }}
21+
FDC_FIREBASE_TOOLS_VERSION: ${{ inputs.firebaseToolsVersion || '14.11.1' }}
2222
FDC_JAVA_VERSION: ${{ inputs.javaVersion || '17' }}
2323
FDC_FIREBASE_TOOLS_DIR: ${{ github.workspace }}/firebase-tools
2424
FDC_FIREBASE_COMMAND: ${{ github.workspace }}/firebase-tools/node_modules/.bin/firebase

.github/workflows/metalava-semver-check.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,10 @@ jobs:
1111
permissions:
1212
pull-requests: write
1313
steps:
14-
- name: Checkout PR
14+
- name: Checkout main
1515
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
16+
with:
17+
ref: ${{ github.base_ref }}
1618

1719
- name: Set up JDK 17
1820
uses: actions/setup-java@3a4f6e1af504cf6a31855fa899c6aa5355ba6c12 # v4.7.0
@@ -21,13 +23,13 @@ jobs:
2123
distribution: temurin
2224
cache: gradle
2325

24-
- name: Copy new api.txt files
26+
- name: Copy existing api.txt files
2527
run: ./gradlew copyApiTxtFile
2628

27-
- name: Checkout main
29+
- name: Checkout PR
2830
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2931
with:
30-
ref: ${{ github.base_ref }}
32+
ref: ${{ github.head_ref || github.ref_name }}
3133
clean: false
3234

3335
- name: Run Metalava SemVer check

appcheck/firebase-appcheck-debug-testing/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
# Unreleased
2+
3+
4+
# 19.0.0
25
* [unchanged] Updated to keep [app_check] SDK versions aligned.
36

47
# 18.0.0
@@ -61,3 +64,4 @@
6164
# 16.0.0-beta01
6265
* [feature] Initial beta release of the [app_check] Debug Testing SDK with
6366
abuse reduction features.
67+
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
version=19.0.0
2-
latestReleasedVersion=18.0.0
1+
version=19.0.1
2+
latestReleasedVersion=19.0.0

appcheck/firebase-appcheck-debug/CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
# Unreleased
2-
* [unchanged] Updated to keep [app_check] SDK versions aligned.
32

43

4+
# 19.0.0
5+
* [unchanged] Updated to keep [app_check] SDK versions aligned.
6+
57
# 18.0.0
68
* [changed] Bump internal dependencies
79

@@ -67,3 +69,4 @@
6769
# 16.0.0-beta01
6870
* [feature] Initial beta release of the [app_check] Debug SDK with abuse
6971
reduction features.
72+
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
version=19.0.0
2-
latestReleasedVersion=18.0.0
1+
version=19.0.1
2+
latestReleasedVersion=19.0.0

appcheck/firebase-appcheck-playintegrity/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
# Unreleased
2+
3+
4+
# 19.0.0
25
* [changed] **Breaking Change**: Updated minSdkVersion to API level 23 or higher.
36

47
# 18.0.0
@@ -43,3 +46,4 @@
4346
* [feature] Added support for
4447
[Play Integrity](https://developer.android.com/google/play/integrity) as an
4548
attestation provider.
49+
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
version=19.0.0
2-
latestReleasedVersion=18.0.0
1+
version=19.0.1
2+
latestReleasedVersion=19.0.0

appcheck/firebase-appcheck/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
# Unreleased
2+
3+
4+
# 19.0.0
25
* [changed] **Breaking Change**: Updated minSdkVersion to API level 23 or higher.
36
* [removed] **Breaking Change**: Stopped releasing the deprecated Kotlin extensions
47
(KTX) module and removed it from the Firebase Android BoM. Instead, use the KTX APIs
@@ -10,6 +13,7 @@
1013
* [changed] Internal support for `SafetyNet` has been dropped, as the [SafetyNet Attestation API
1114
has been deprecated.](https://developer.android.com/privacy-and-security/safetynet/deprecation-timeline#safetynet_attestation_deprecation_timeline)
1215

16+
1317
## Kotlin
1418
The Kotlin extensions library transitively includes the updated
1519
`firebase-appcheck` library. The Kotlin extensions library has no additional
@@ -141,3 +145,4 @@ additional updates:
141145
# 16.0.0-beta01
142146
* [feature] Initial beta release of the [app_check] SDK with abuse reduction
143147
features.
148+

0 commit comments

Comments
 (0)