diff --git a/android/build.gradle b/android/build.gradle index 1df6021..2b2892c 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -54,7 +54,7 @@ android { testImplementation 'org.mockito:mockito-core:5.0.0' // Frontegg dependencies - implementation 'com.frontegg.sdk:android:1.3.13' + implementation 'com.frontegg.sdk:android:1.3.15' // Utils implementation 'androidx.core:core-ktx:1.10.0' implementation 'io.reactivex.rxjava3:rxkotlin:3.0.1' diff --git a/application_id/android/app/build.gradle b/application_id/android/app/build.gradle index 8e3f51c..417df72 100644 --- a/application_id/android/app/build.gradle +++ b/application_id/android/app/build.gradle @@ -126,5 +126,5 @@ flutter { dependencies { androidTestUtil "androidx.test:orchestrator:1.5.1" - implementation 'com.frontegg.sdk:android:1.3.13' + implementation 'com.frontegg.sdk:android:1.3.15' } diff --git a/embedded/android/app/build.gradle b/embedded/android/app/build.gradle index 59f8dc5..1f4be38 100644 --- a/embedded/android/app/build.gradle +++ b/embedded/android/app/build.gradle @@ -123,5 +123,5 @@ flutter { dependencies { androidTestUtil "androidx.test:orchestrator:1.5.1" - implementation 'com.frontegg.sdk:android:1.3.13' + implementation 'com.frontegg.sdk:android:1.3.15' } diff --git a/embedded/ios/Podfile b/embedded/ios/Podfile index b9e7209..e6dc538 100644 --- a/embedded/ios/Podfile +++ b/embedded/ios/Podfile @@ -31,7 +31,7 @@ target 'Runner' do use_frameworks! use_modular_headers! - pod 'FronteggSwift', '~> 1.2.66' + pod 'FronteggSwift', '~> 1.2.67' flutter_install_all_ios_pods File.dirname(File.realpath(__FILE__)) diff --git a/embedded/ios/Podfile.lock b/embedded/ios/Podfile.lock index 4e68182..1e8b0f7 100644 --- a/embedded/ios/Podfile.lock +++ b/embedded/ios/Podfile.lock @@ -3,10 +3,10 @@ PODS: - Flutter (1.0.0) - fluttertoast (0.0.2): - Flutter - - frontegg_flutter (1.0.27): + - frontegg_flutter (1.0.30): - Flutter - - FronteggSwift (~> 1.2.58) - - FronteggSwift (1.2.58) + - FronteggSwift (= 1.2.67) + - FronteggSwift (1.2.67) - integration_test (0.0.1): - Flutter - path_provider_foundation (0.0.1): @@ -23,7 +23,7 @@ DEPENDENCIES: - Flutter (from `Flutter`) - fluttertoast (from `.symlinks/plugins/fluttertoast/ios`) - frontegg_flutter (from `.symlinks/plugins/frontegg_flutter/ios`) - - FronteggSwift (~> 1.2.58) + - FronteggSwift (~> 1.2.67) - integration_test (from `.symlinks/plugins/integration_test/ios`) - path_provider_foundation (from `.symlinks/plugins/path_provider_foundation/darwin`) - patrol (from `.symlinks/plugins/patrol/darwin`) @@ -54,13 +54,13 @@ SPEC CHECKSUMS: CocoaAsyncSocket: 065fd1e645c7abab64f7a6a2007a48038fdc6a99 Flutter: cabc95a1d2626b1b06e7179b784ebcf0c0cde467 fluttertoast: 2c67e14dce98bbdb200df9e1acf610d7a6264ea1 - frontegg_flutter: 51860a061114b0dbc62bfb511604b3be88a0bc2b - FronteggSwift: d8151ab0a5c753e7ebc240820b63f368a408cec4 + frontegg_flutter: 71f497775cd6d67f4fea491942a2cacd587b0429 + FronteggSwift: 37990b7ba5c6a8096c4e913297129a740bd06b6f integration_test: 4a889634ef21a45d28d50d622cf412dc6d9f586e path_provider_foundation: 080d55be775b7414fd5a5ef3ac137b97b097e564 patrol: 51b76cc7c11a2933ee3e72482d930c75b9d4ec73 url_launcher_ios: 694010445543906933d732453a59da0a173ae33d -PODFILE CHECKSUM: 9aaf54413613544116a7f7cfbfa9bb1618dabb8e +PODFILE CHECKSUM: 04cabb4ab304a55e2678c7abe7ab56ac1eaf3f7c COCOAPODS: 1.16.2 diff --git a/hosted/android/app/build.gradle b/hosted/android/app/build.gradle index 81d948d..5096e57 100644 --- a/hosted/android/app/build.gradle +++ b/hosted/android/app/build.gradle @@ -122,5 +122,5 @@ flutter { dependencies { androidTestUtil "androidx.test:orchestrator:1.5.1" - implementation 'com.frontegg.sdk:android:1.3.13' + implementation 'com.frontegg.sdk:android:1.3.15' } diff --git a/hosted/ios/Podfile b/hosted/ios/Podfile index 51fb024..06636d8 100644 --- a/hosted/ios/Podfile +++ b/hosted/ios/Podfile @@ -31,7 +31,7 @@ target 'Runner' do use_frameworks! use_modular_headers! - pod 'FronteggSwift', '1.2.66' + pod 'FronteggSwift', '1.2.67' flutter_install_all_ios_pods File.dirname(File.realpath(__FILE__)) diff --git a/ios/frontegg_flutter.podspec b/ios/frontegg_flutter.podspec index b966911..0a18591 100644 --- a/ios/frontegg_flutter.podspec +++ b/ios/frontegg_flutter.podspec @@ -15,7 +15,7 @@ A new Flutter plugin project. s.source = { :path => '.' } s.source_files = 'Classes/**/*' s.dependency 'Flutter' - s.dependency 'FronteggSwift', '1.2.66' + s.dependency 'FronteggSwift', '1.2.67' s.platform = :ios, '14.0' # Flutter.framework does not contain a i386 slice.