Unverified Commit 15d0a8be authored by Emmanuel Garcia's avatar Emmanuel Garcia Committed by GitHub

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

parent 7779ad3c
...@@ -61,8 +61,9 @@ class MultidexProject extends Project { ...@@ -61,8 +61,9 @@ class MultidexProject extends Project {
dependencies: dependencies:
flutter: flutter:
sdk: flutter sdk: flutter
cloud_firestore: ^2.5.3 # Pin to specific plugin versions to avoid out-of-band failures.
firebase_core: ^1.6.0 cloud_firestore: 2.5.3
firebase_core: 1.6.0
'''; ''';
@override @override
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment