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 android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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.16'
// Utils
implementation 'androidx.core:core-ktx:1.10.0'
implementation 'io.reactivex.rxjava3:rxkotlin:3.0.1'
Expand Down
2 changes: 1 addition & 1 deletion application_id/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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.16'
}
2 changes: 1 addition & 1 deletion embedded/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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.16'
}
2 changes: 1 addition & 1 deletion embedded/ios/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ target 'Runner' do
use_frameworks!
use_modular_headers!

pod 'FronteggSwift', '~> 1.2.72'
pod 'FronteggSwift', '~> 1.2.73'

flutter_install_all_ios_pods File.dirname(File.realpath(__FILE__))

Expand Down
14 changes: 7 additions & 7 deletions embedded/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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.66)
- FronteggSwift (1.2.66)
- integration_test (0.0.1):
- Flutter
- path_provider_foundation (0.0.1):
Expand All @@ -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.66)
- integration_test (from `.symlinks/plugins/integration_test/ios`)
- path_provider_foundation (from `.symlinks/plugins/path_provider_foundation/darwin`)
- patrol (from `.symlinks/plugins/patrol/darwin`)
Expand Down Expand Up @@ -54,13 +54,13 @@ SPEC CHECKSUMS:
CocoaAsyncSocket: 065fd1e645c7abab64f7a6a2007a48038fdc6a99
Flutter: cabc95a1d2626b1b06e7179b784ebcf0c0cde467
fluttertoast: 2c67e14dce98bbdb200df9e1acf610d7a6264ea1
frontegg_flutter: 51860a061114b0dbc62bfb511604b3be88a0bc2b
FronteggSwift: d8151ab0a5c753e7ebc240820b63f368a408cec4
frontegg_flutter: 057414a258773527492bcb54f7c731713762b021
FronteggSwift: 997470f98babd09817a0a0744a4932a4a62d156f
integration_test: 4a889634ef21a45d28d50d622cf412dc6d9f586e
path_provider_foundation: 080d55be775b7414fd5a5ef3ac137b97b097e564
patrol: 51b76cc7c11a2933ee3e72482d930c75b9d4ec73
url_launcher_ios: 694010445543906933d732453a59da0a173ae33d

PODFILE CHECKSUM: 9aaf54413613544116a7f7cfbfa9bb1618dabb8e
PODFILE CHECKSUM: 9a6b68bd76b3c8246d9999832733e5b7add9464a

COCOAPODS: 1.16.2
2 changes: 1 addition & 1 deletion embedded/ios/Runner/Frontegg.plist
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
<string>trace</string>
<!-- Keep user logged in after reinstall -->
<key>keepUserLoggedInAfterReinstall</key>
<false/>
<true/>
</dict>
</plist>
2 changes: 1 addition & 1 deletion embedded/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ packages:
path: ".."
relative: true
source: path
version: "1.0.26"
version: "1.0.34"
fuchsia_remote_debug_protocol:
dependency: transitive
description: flutter
Expand Down
2 changes: 1 addition & 1 deletion hosted/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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.16'
}
2 changes: 1 addition & 1 deletion hosted/ios/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ target 'Runner' do
use_frameworks!
use_modular_headers!

pod 'FronteggSwift', '1.2.72'
pod 'FronteggSwift', '1.2.73'

flutter_install_all_ios_pods File.dirname(File.realpath(__FILE__))

Expand Down
2 changes: 1 addition & 1 deletion ios/frontegg_flutter.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ A new Flutter plugin project.
s.source = { :path => '.' }
s.source_files = 'Classes/**/*'
s.dependency 'Flutter'
s.dependency 'FronteggSwift', '1.2.72'
s.dependency 'FronteggSwift', '1.2.73'
s.platform = :ios, '14.0'

# Flutter.framework does not contain a i386 slice.
Expand Down
Loading