Skip to content

Commit 07a7f4a

Browse files
FR-24939 - chore(deps): bump native SDKs to Android 1.3.35 / iOS 1.3.11 (#85)
Picks up the embedded step-up fix (getTokens bridge + step-up web driver: the MFA challenge renders instead of a blank page and returns an elevated token), the Android refresh-dedup fix, and the iOS offline connectivity-observer fix. Bumps plugin + example Gradle pins, SPM/CocoaPods manifests, and docs.
1 parent e531bc0 commit 07a7f4a

6 files changed

Lines changed: 7 additions & 7 deletions

File tree

FronteggIonicCapacitor.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Pod::Spec.new do |s|
1313
s.source_files = 'ios/Plugin/**/*.{swift,h,m,c,cc,mm,cpp}'
1414
s.ios.deployment_target = '14.0'
1515
s.dependency 'Capacitor'
16-
s.dependency "FronteggSwift", "1.3.10"
16+
s.dependency "FronteggSwift", "1.3.11"
1717
s.swift_version = '5.1'
1818
s.pod_target_xcconfig = {
1919
'CODE_SIGNING_ALLOWED' => 'YES'

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ dependencies {
6262
implementation "androidx.browser:browser:1.8.0"
6363
implementation 'io.reactivex.rxjava3:rxkotlin:3.0.1'
6464
implementation 'com.google.code.gson:gson:2.10'
65-
implementation 'com.frontegg.sdk:android:1.3.34'
65+
implementation 'com.frontegg.sdk:android:1.3.35'
6666

6767
testImplementation "junit:junit:$junitVersion"
6868
androidTestImplementation "androidx.test.ext:junit:$androidxJunitVersion"

docs/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ The wrapper bridges two native capabilities into your Ionic app:
3535

3636
The Ionic Capacitor wrapper depends on the underlying native SDKs:
3737

38-
- On **Android**, the plugin and example app use `com.frontegg.sdk:android:1.3.34`.
39-
- On **iOS**, the plugin depends on `FronteggSwift` **1.3.10** via CocoaPods.
38+
- On **Android**, the plugin and example app use `com.frontegg.sdk:android:1.3.35`.
39+
- On **iOS**, the plugin depends on `FronteggSwift` **1.3.11** via CocoaPods.
4040

4141
After upgrading, run `pod install` in your iOS project and rebuild both platforms.
4242

example/android/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ dependencies {
6262

6363
implementation project(':capacitor-android')
6464
implementation project(':capacitor-cordova-android-plugins')
65-
implementation 'com.frontegg.sdk:android:1.3.34'
65+
implementation 'com.frontegg.sdk:android:1.3.35'
6666

6767
testImplementation "junit:junit:$junitVersion"
6868
androidTestImplementation "androidx.test.ext:junit:$androidxJunitVersion"

example/ios/App/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ def capacitor_pods
1919
end
2020

2121
target 'App' do
22-
pod 'FronteggSwift', '1.3.10'
22+
pod 'FronteggSwift', '1.3.11'
2323
capacitor_pods
2424
# Add your Pods here
2525
end

ios/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ def capacitor_pods
55
use_frameworks!
66
pod 'Capacitor', :path => '../node_modules/@capacitor/ios'
77
pod 'CapacitorCordova', :path => '../node_modules/@capacitor/ios'
8-
pod 'FronteggSwift', "1.3.10"
8+
pod 'FronteggSwift', "1.3.11"
99
end
1010

1111
target 'Plugin' do

0 commit comments

Comments
 (0)