diff --git a/android/build.gradle b/android/build.gradle index bfe5a85..1cada1c 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.34' + implementation 'com.frontegg.sdk:android:1.3.35' implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.3' implementation 'androidx.core:core-ktx:1.10.0' diff --git a/application_id/android/app/build.gradle b/application_id/android/app/build.gradle index 392e189..5c2237f 100644 --- a/application_id/android/app/build.gradle +++ b/application_id/android/app/build.gradle @@ -128,5 +128,5 @@ flutter { dependencies { androidTestUtil "androidx.test:orchestrator:1.5.1" - implementation 'com.frontegg.sdk:android:1.3.34' + implementation 'com.frontegg.sdk:android:1.3.35' } diff --git a/docs/README.md b/docs/README.md index 4d35d46..e54d448 100644 --- a/docs/README.md +++ b/docs/README.md @@ -34,9 +34,9 @@ Sign up here → [https://portal.us.frontegg.com/signup](https://portal.us.front The Flutter SDK supports Frontegg's **per-tenant sessions** feature through the underlying native SDKs. -- On **Android**, the plugin and example apps use `com.frontegg.sdk:android:1.3.34`. +- On **Android**, the plugin and example apps use `com.frontegg.sdk:android:1.3.35`. - On **iOS**, the plugin depends on `FronteggSwift`: - - **Flutter 3.41+** (SPM): `1.3.10` from GitHub. Run `flutter config --enable-swift-package-manager`, then `flutter pub get` and build. + - **Flutter 3.41+** (SPM): `1.3.11` from GitHub. Run `flutter config --enable-swift-package-manager`, then `flutter pub get` and build. - Note: CocoaPods fallback is no longer supported for `FronteggSwift`. - SPM integration requires **Xcode 15+**. diff --git a/embedded/android/app/build.gradle b/embedded/android/app/build.gradle index f37db40..19313a4 100644 --- a/embedded/android/app/build.gradle +++ b/embedded/android/app/build.gradle @@ -128,5 +128,5 @@ flutter { dependencies { androidTestUtil "androidx.test:orchestrator:1.5.1" - implementation 'com.frontegg.sdk:android:1.3.34' + implementation 'com.frontegg.sdk:android:1.3.35' } diff --git a/hosted/android/app/build.gradle b/hosted/android/app/build.gradle index 49257b3..d691a09 100644 --- a/hosted/android/app/build.gradle +++ b/hosted/android/app/build.gradle @@ -124,5 +124,5 @@ flutter { dependencies { androidTestUtil "androidx.test:orchestrator:1.5.1" - implementation 'com.frontegg.sdk:android:1.3.34' + implementation 'com.frontegg.sdk:android:1.3.35' } diff --git a/ios/frontegg_flutter/Package.swift b/ios/frontegg_flutter/Package.swift index 0e3e6ed..227b04c 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.10"), + .package(url: "https://github.com/frontegg/frontegg-ios-swift.git", exact: "1.3.11"), ], targets: [ .target(