Skip to content

Commit 1a28f17

Browse files
authored
Pin gRPC-C++ version to exactly 0.0.5 (#2105)
While gRPC-C++ is in its 0.* versions, any new version could potentially contain breaking changes. Make sure we only upgrade at our own pace.
1 parent 20a0bda commit 1a28f17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FirebaseFirestore.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Google Cloud Firestore is a NoSQL document database built for automatic scaling,
5454

5555
s.dependency 'FirebaseAuthInterop', '~> 1.0'
5656
s.dependency 'FirebaseCore', '~> 5.1'
57-
s.dependency 'gRPC-C++', '~> 0.0.3'
57+
s.dependency 'gRPC-C++', '0.0.5'
5858
s.dependency 'leveldb-library', '~> 1.20'
5959
s.dependency 'Protobuf', '~> 3.1'
6060
s.dependency 'nanopb', '~> 0.3.8'

0 commit comments

Comments
 (0)