Skip to content

Commit 1d33c9b

Browse files
committed
Use a temporary branch for Firestore SDK.
1 parent da03576 commit 1d33c9b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

cmake/external/firestore.cmake

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ endif()
2020

2121
# If the format of the line below changes, then be sure to update
2222
# https://github.com/firebase/firebase-cpp-sdk/blob/fd054fa016/.github/workflows/update-dependencies.yml#L81
23-
set(version CocoaPods-11.8.1)
23+
#set(version CocoaPods-11.8.1)
24+
set(version firestore-core-android-build-fix)
2425

2526
function(GetReleasedDep)
2627
message("Getting released firebase-ios-sdk @ ${version}")

0 commit comments

Comments
 (0)