Skip to content

Commit

Permalink
update native sdks
Browse files Browse the repository at this point in the history
  • Loading branch information
frontegg-david committed Oct 1, 2024
1 parent bfea72e commit d988e20
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 9 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.18"
s.dependency "FronteggSwift", "1.2.21"
else
s.dependency "React-Core"
s.dependency "FronteggSwift", "1.2.18"
s.dependency "FronteggSwift", "1.2.21"

# 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 README.md
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ android {
Add `INTERNET` permission to the app's manifest file.

```xml

<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/>
<uses-permission android:name="android.permission.INTERNET"/>
<uses-permission android:name="android.permission.POST_NOTIFICATIONS"/>
```
Expand Down
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
implementation "androidx.browser:browser:1.5.0"
implementation 'io.reactivex.rxjava3:rxkotlin:3.0.1'
implementation 'com.frontegg.sdk:android:1.2.23'
implementation 'com.frontegg.sdk:android:1.2.25'
implementation 'com.google.code.gson:gson:2.10.1'
}

Expand Down
1 change: 1 addition & 0 deletions example/android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android">

<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/>

<application
android:name=".MainApplication"
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.5):
- FronteggSwift (= 1.2.18)
- FronteggRN (1.2.6):
- FronteggSwift (= 1.2.21)
- RCT-Folly (= 2021.07.22.00)
- React-Core
- FronteggSwift (1.2.18)
- 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: 402b3a01e68ebf39c7a9edcde3b320cf72d5080d
FronteggSwift: 321b0399468d237948bb9c5e53aacedb82c0f980
FronteggRN: 1cdcefed548ca7953a1bbb0b7f12c9584cdcaf2d
FronteggSwift: b7eba3a2d7ab0fa89c793c32c1be31c64b27db42
glog: 04b94705f318337d7ead9e6d17c019bd9b1f6b1b
hermes-engine: 9df83855a0fd15ef8eb61694652bae636b0c466e
libevent: 4049cae6c81cdb3654a443be001fb9bdceff7913
Expand Down

0 comments on commit d988e20

Please sign in to comment.