We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9052914 commit 0bd63e5Copy full SHA for 0bd63e5
.github/workflows/firestore-android.yml
@@ -14,7 +14,7 @@ jobs:
14
- name: Checkout
15
uses: actions/checkout@master
16
- name: Download C++ SDK
17
- run: curl -o firestore/android/binary/firebase-cpp-sdk.zip https://dl.google.com/firebase/sdk/cpp/firebase_cpp_sdk_8.5.0.zip --create-dirs
+ run: curl -o firestore/android/binary/firebase-cpp-sdk.zip https://dl.google.com/firebase/sdk/cpp/firebase_cpp_sdk_11.0.0.zip --create-dirs
18
- name: Extract SDK
19
run: unzip firestore/android/binary/firebase-cpp-sdk.zip -d firestore/android/binary
20
- name: set up JDK 1.8
0 commit comments