Skip to content

Commit

Permalink
Upgrade frontegg native modules
Browse files Browse the repository at this point in the history
  • Loading branch information
frontegg-david committed Mar 10, 2024
1 parent 6aeac35 commit 2e6d1bf
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion FronteggIonicCapacitor.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Pod::Spec.new do |s|
s.source_files = 'ios/Plugin/**/*.{swift,h,m,c,cc,mm,cpp}'
s.ios.deployment_target = '14.0'
s.dependency 'Capacitor'
s.dependency "FronteggSwift", "1.2.6"
s.dependency "FronteggSwift", "1.2.10"
s.swift_version = '5.1'
s.pod_target_xcconfig = {
'CODE_SIGNING_ALLOWED' => 'YES'
Expand Down
4 changes: 2 additions & 2 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ dependencies {
implementation "androidx.appcompat:appcompat:$androidxAppCompatVersion"
implementation "androidx.browser:browser:1.5.0"
implementation 'io.reactivex.rxjava3:rxkotlin:3.0.1'
implementation 'com.google.code.gson:gson:2.8.9'
implementation 'com.frontegg.sdk:android:1.2.7'
implementation 'com.google.code.gson:gson:2.10'
implementation 'com.frontegg.sdk:android:1.2.10'

testImplementation "junit:junit:$junitVersion"
androidTestImplementation "androidx.test.ext:junit:$androidxJunitVersion"
Expand Down
1 change: 0 additions & 1 deletion example/ios/App/App/App.entitlements
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
<array>
<string>webcredentials:auth.davidantoon.me</string>
<string>applinks:auth.davidantoon.me</string>
<string>webcredentials:davidantoon.me</string>
</array>
</dict>
</plist>
2 changes: 1 addition & 1 deletion ios/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ def capacitor_pods
use_frameworks!
pod 'Capacitor', :path => '../node_modules/@capacitor/ios'
pod 'CapacitorCordova', :path => '../node_modules/@capacitor/ios'
pod 'FronteggSwift', "1.2.6"
pod 'FronteggSwift', "1.2.10"
end

target 'Plugin' do
Expand Down

0 comments on commit 2e6d1bf

Please sign in to comment.