Skip to content

Commit 7cbffda

Browse files
committed
Updated Xcode version to 16.2 in CI configuration files and adjusted supported targets for Firebase Crashlytics
1 parent 485c7e1 commit 7cbffda

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
run: chmod +x gradlew
3232
- uses: maxim-lobanov/setup-xcode@v1
3333
with:
34-
xcode-version: '16.4'
34+
xcode-version: '16.2'
3535
- name: Publish Firebase Analytics
3636
run: ./gradlew :firebase-analytics:publish
3737
- name: Publish Firebase App

.github/workflows/pull_request.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ jobs:
125125
key: cocoapods-cache-v2
126126
- uses: maxim-lobanov/setup-xcode@v1
127127
with:
128-
xcode-version: '16.4'
128+
xcode-version: '16.2'
129129
- name: Setup test environment
130130
uses: ./.github/actions/setup_test_action
131131
- name: Set Artifact Name
@@ -164,7 +164,7 @@ jobs:
164164
key: cocoapods-cache-v2
165165
- uses: maxim-lobanov/setup-xcode@v1
166166
with:
167-
xcode-version: '16.4'
167+
xcode-version: '16.2'
168168
- name: Setup test environment
169169
uses: ./.github/actions/setup_test_action
170170
- name: Set Artifact Name
@@ -203,7 +203,7 @@ jobs:
203203
key: cocoapods-cache-v2
204204
- uses: maxim-lobanov/setup-xcode@v1
205205
with:
206-
xcode-version: '16.4'
206+
xcode-version: '16.2'
207207
- name: Setup test environment
208208
uses: ./.github/actions/setup_test_action
209209
- name: Set Artifact Name

.github/workflows/pull_request_target.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
key: cocoapods-cache-v2
3333
- uses: maxim-lobanov/setup-xcode@v1
3434
with:
35-
xcode-version: '16.4'
35+
xcode-version: '16.2'
3636
- name: Format Kotlin
3737
run: ./gradlew formatKotlin
3838
- name: Api File Update

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ firebase-auth.supportedTargets=ios,macos,tvos,jvm,js,android
2525
firebase-common-internal.supportedTargets=ios,macos,tvos,jvm,js,android
2626
firebase-common.supportedTargets=ios,macos,tvos,jvm,js,android
2727
firebase-config.supportedTargets=ios,macos,tvos,jvm,js,android
28-
firebase-crashlytics.supportedTargets=ios,macos,tvos,jvm,js,android
28+
firebase-crashlytics.supportedTargets=ios,macos,tvos,jvm,android
2929
firebase-database.supportedTargets=ios,macos,tvos,jvm,js,android
3030
firebase-firestore.supportedTargets=ios,macos,tvos,jvm,js,android
3131
firebase-functions.supportedTargets=ios,macos,tvos,jvm,js,android

0 commit comments

Comments
 (0)