diff --git a/android/build.gradle b/android/build.gradle index cc51684..d4314a8 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.26' + implementation 'com.frontegg.sdk:android:1.3.27' 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 32c7aa6..7c017ac 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.26' + implementation 'com.frontegg.sdk:android:1.3.27' } diff --git a/docs/README.md b/docs/README.md index aaa1f8a..dde30dd 100644 --- a/docs/README.md +++ b/docs/README.md @@ -34,7 +34,7 @@ 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.26`. +- On **Android**, the plugin and example apps use `com.frontegg.sdk:android:1.3.27`. - On **iOS**, the plugin depends on `FronteggSwift`: - **Flutter 3.41+** (SPM): `1.3.0` from GitHub. Run `flutter config --enable-swift-package-manager`, then `flutter pub get` and build. - Note: CocoaPods fallback is no longer supported for `FronteggSwift`. diff --git a/embedded/android/app/build.gradle b/embedded/android/app/build.gradle index 9ce78fc..e95f429 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.26' + implementation 'com.frontegg.sdk:android:1.3.27' } diff --git a/hosted/android/app/build.gradle b/hosted/android/app/build.gradle index fc7dbd4..a7781fe 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.26' + implementation 'com.frontegg.sdk:android:1.3.27' }