Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tests/android/settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ pluginManagement {
plugins {
id "dev.flutter.flutter-plugin-loader" version "1.0.0"
id "com.android.application" version "8.7.3" apply false
id "org.jetbrains.kotlin.android" version "2.1.0" apply false
id "org.jetbrains.kotlin.android" version "2.3.0" apply false
id "com.google.gms.google-services" version "4.4.2" apply false
}

Expand Down
2 changes: 1 addition & 1 deletion tests/ios/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ flutter_ios_podfile_setup
target 'Runner' do
use_frameworks!
use_modular_headers!
pod 'FirebaseFirestore', :git => 'https://github.com/invertase/firestore-ios-sdk-frameworks.git', :tag => '12.15.0'
pod 'FirebaseFirestore', :git => 'https://github.com/invertase/firestore-ios-sdk-frameworks.git', :tag => '12.18.0'

flutter_install_all_ios_pods File.dirname(File.realpath(__FILE__))
target 'RunnerTests' do
Expand Down
2 changes: 1 addition & 1 deletion tests/macos/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ target 'Runner' do
use_frameworks!
use_modular_headers!

pod 'FirebaseFirestore', :git => 'https://github.com/invertase/firestore-ios-sdk-frameworks.git', :tag => '12.15.0'
pod 'FirebaseFirestore', :git => 'https://github.com/invertase/firestore-ios-sdk-frameworks.git', :tag => '12.18.0'

flutter_install_all_macos_pods File.dirname(File.realpath(__FILE__))
target 'RunnerTests' do
Expand Down
6 changes: 3 additions & 3 deletions tests/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ dependencies:
flutter:
sdk: flutter
cupertino_icons: ^1.0.6
firebase_auth: ^6.5.4
firebase_core: ^4.11.0
firebase_auth: 6.6.1
firebase_core: 4.14.0
firebase_ui_auth: ^3.1.0
firebase_ui_localizations: ^2.1.0
firebase_ui_oauth_apple: ^2.1.0
Expand All @@ -23,7 +23,7 @@ dependencies:
flutter_facebook_auth: ^7.1.2
twitter_login: ^4.4.2
firebase_ui_oauth_twitter: ^2.1.0
cloud_firestore: ^6.6.0
cloud_firestore: 6.9.0
firebase_ui_firestore: ^2.1.0
http: ^1.1.2
google_sign_in: ^6.2.1
Expand Down
Loading