Pin to specific plugin version in multidex test (#93148)

This commit is contained in:
Emmanuel Garcia 2021-11-05 11:17:32 -07:00 committed by GitHub
parent 7779ad3c60
commit 15d0a8be1c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -61,8 +61,9 @@ class MultidexProject extends Project {
dependencies:
flutter:
sdk: flutter
cloud_firestore: ^2.5.3
firebase_core: ^1.6.0
# Pin to specific plugin versions to avoid out-of-band failures.
cloud_firestore: 2.5.3
firebase_core: 1.6.0
''';
@override