mirror of
https://github.com/flutter/flutter.git
synced 2025-06-03 00:51:18 +00:00
Pin to specific plugin version in multidex test (#93148)
This commit is contained in:
parent
7779ad3c60
commit
15d0a8be1c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user