Skip to content

Commit

Permalink
upgrade frontegg android to 1.2.7 and upgrade frontegg ios to 1.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
frontegg-david committed Jan 10, 2024
1 parent 1e19a0b commit 5cebdba
Show file tree
Hide file tree
Showing 7 changed files with 61 additions and 37 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.5"
s.dependency "FronteggSwift", "1.2.6"
s.swift_version = '5.1'
s.pod_target_xcconfig = {
'CODE_SIGNING_ALLOWED' => 'YES'
Expand Down
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ dependencies {
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.3'
implementation 'com.frontegg.sdk:android:1.2.7'

testImplementation "junit:junit:$junitVersion"
androidTestImplementation "androidx.test.ext:junit:$androidxJunitVersion"
Expand Down
22 changes: 11 additions & 11 deletions example/capacitor.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,18 @@ const config: CapacitorConfig = {
},
plugins:{
FronteggNative:{
baseUrl:"https://auth.davidantoon.me",
clientId:"b6adfe4c-d695-4c04-b95f-3ec9fd0c6cca",
// baseUrl:"https://auth.davidantoon.me",
// clientId:"b6adfe4c-d695-4c04-b95f-3ec9fd0c6cca",

// regions:[{
// key: 'eu',
// baseUrl: 'https://auth.davidantoon.me',
// clientId: 'b6adfe4c-d695-4c04-b95f-3ec9fd0c6cca'
// }, {
// key: 'us',
// baseUrl: 'https://davidprod.frontegg.com',
// clientId: 'd7d07347-2c57-4450-8418-0ec7ee6e096b'
// }]
regions:[{
key: 'eu1',
baseUrl: 'https://auth.davidantoon.me',
clientId: 'b6adfe4c-d695-4c04-b95f-3ec9fd0c6cca'
}, {
key: 'us',
baseUrl: 'https://davidprod.frontegg.com',
clientId: 'd7d07347-2c57-4450-8418-0ec7ee6e096b'
}]
}
}
};
Expand Down
38 changes: 25 additions & 13 deletions example/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.5"
pod 'FronteggSwift', "1.2.6"
end

target 'Plugin' do
Expand Down
30 changes: 21 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"start:ios": "cd example && ionic capacitor run ios --livereload --external"
},
"dependencies": {
"@frontegg/rest-api": "^3.1.5"
"@frontegg/rest-api": "^3.1.56"
},
"devDependencies": {
"@angular/core": ">=14.0.0",
Expand Down

0 comments on commit 5cebdba

Please sign in to comment.