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 {
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
......
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