Skip to content

Commit

Permalink
update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
frontegg-david committed Nov 1, 2024
1 parent 7864f0f commit e097fbc
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions FronteggRN.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ Pod::Spec.new do |s|
# See https://github.com/facebook/react-native/blob/febf6b7f33fdb4904669f99d795eba4c0f95d7bf/scripts/cocoapods/new_architecture.rb#L79.
if respond_to?(:install_modules_dependencies, true)
install_modules_dependencies(s)
s.dependency "FronteggSwift", "1.2.22"
s.dependency "FronteggSwift", "1.2.23"
else
s.dependency "React-Core"
s.dependency "FronteggSwift", "1.2.22"
s.dependency "FronteggSwift", "1.2.23"

# Don't install the dependencies when we run `pod install` in the old architecture.
if ENV['RCT_NEW_ARCH_ENABLED'] == '1' then
Expand Down
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ dependencies {
implementation "androidx.browser:browser:1.8.0"
implementation 'io.reactivex.rxjava3:rxkotlin:3.0.1'
implementation 'com.google.code.gson:gson:2.10.1'
implementation 'com.frontegg.sdk:android:1.2.27-alpha.1730467213619'
implementation 'com.frontegg.sdk:android:1.2.28'
}

if (isNewArchitectureEnabled()) {
Expand Down
10 changes: 5 additions & 5 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ PODS:
- React-jsi (= 0.72.1)
- ReactCommon/turbomodule/core (= 0.72.1)
- fmt (6.2.1)
- FronteggRN (1.2.8):
- FronteggSwift (= 1.2.22)
- FronteggRN (1.2.6):
- FronteggSwift (= 1.2.21)
- RCT-Folly (= 2021.07.22.00)
- React-Core
- FronteggSwift (1.2.22)
- FronteggSwift (1.2.21)
- glog (0.3.5)
- hermes-engine (0.72.1):
- hermes-engine/Pre-built (= 0.72.1)
Expand Down Expand Up @@ -584,8 +584,8 @@ SPEC CHECKSUMS:
FBLazyVector: 55cd4593d570bd9e5e227488d637ce6a9581ce51
FBReactNativeSpec: 799b0e1a1561699cd0e424e24fe5624da38402f0
fmt: ff9d55029c625d3757ed641535fd4a75fedc7ce9
FronteggRN: 844f5e2264b41e794bee9d102d9b968a7fa91fbf
FronteggSwift: 4a0749c6cea94d00f2950c5d3b89f7eff2ceae60
FronteggRN: 1cdcefed548ca7953a1bbb0b7f12c9584cdcaf2d
FronteggSwift: b7eba3a2d7ab0fa89c793c32c1be31c64b27db42
glog: 04b94705f318337d7ead9e6d17c019bd9b1f6b1b
hermes-engine: 9df83855a0fd15ef8eb61694652bae636b0c466e
libevent: 4049cae6c81cdb3654a443be001fb9bdceff7913
Expand Down

0 comments on commit e097fbc

Please sign in to comment.