diff --git a/android/build.gradle b/android/build.gradle index 1cada1c..f88b24c 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -66,7 +66,7 @@ dependencies { testImplementation 'org.jetbrains.kotlin:kotlin-test' testImplementation 'org.mockito:mockito-core:5.0.0' - implementation 'com.frontegg.sdk:android:1.3.35' + implementation 'com.frontegg.sdk:android:1.3.36' implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.3' implementation 'androidx.core:core-ktx:1.10.0' diff --git a/ios/frontegg_flutter/Package.swift b/ios/frontegg_flutter/Package.swift index 227b04c..6884b51 100644 --- a/ios/frontegg_flutter/Package.swift +++ b/ios/frontegg_flutter/Package.swift @@ -13,7 +13,7 @@ let package = Package( ], dependencies: [ .package(name: "FlutterFramework", path: "../FlutterFramework"), - .package(url: "https://github.com/frontegg/frontegg-ios-swift.git", exact: "1.3.11"), + .package(url: "https://github.com/frontegg/frontegg-ios-swift.git", exact: "1.3.12"), ], targets: [ .target(