Skip to content

Commit

Permalink
Merge pull request #51 from nevissecurity/feature/NEVISACCESSAPP-6305-…
Browse files Browse the repository at this point in the history
…Update-to-3.8.0

NEVISACCESSAPP-6305: Update to version 3.8.0
  • Loading branch information
tamas-toth authored Nov 20, 2024
2 parents b563bd0 + 390a9d3 commit 3dd4f84
Show file tree
Hide file tree
Showing 12 changed files with 7,001 additions and 29 deletions.
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ android {
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 1
versionName "3.6.0"
versionName "3.8.0"
}

buildTypes {
Expand All @@ -88,7 +88,7 @@ android {

dependencies {
//noinspection GradleDynamicVersion
debugImplementation 'ch.nevis:nevis-mobile-authentication-sdk-android-debug:3.7.+'
debugImplementation 'ch.nevis:nevis-mobile-authentication-sdk-android-debug:3.8.+'

// The version of react-native is set by the React Native Gradle Plugin
implementation("com.facebook.react:react-android")
Expand Down
13 changes: 7 additions & 6 deletions assets/config_identity_suite.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,15 @@
"authenticationRequestPath": "/auth/fidouaf",
"authenticationResponsePath": "/auth/fidouaf/authenticationresponse/",
"deregistrationRequestPath": "/nevisfido/uaf/1.1/request/deregistration/",
"dispatchTargetResourcePath": "/nevisfido/token/dispatch/targets/"
"dispatchTargetResourcePath": "/nevisfido/token/dispatch/targets/",
"deviceResourcePath": "/nevisfido/devices/"
},
"authenticatorAllowlist": [
"F1D0#1001",
"F1D0#1002",
"F1D0#1003",
"F1D0#1004",
"F1D0#1005",
"F1D0#0001",
"F1D0#0002",
"F1D0#0003",
"F1D0#0004",
"F1D0#0005",
"F1D0#1001",
"F1D0#1002",
"F1D0#1003",
Expand Down
4 changes: 2 additions & 2 deletions ios/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ if linkage != nil
end

target 'nevis_mobile_authentication_sdk_example_app_react' do
pod 'NevisMobileAuthentication-Debug', '~> 3.7.0', :configurations => ['Debug']
pod 'NevisMobileAuthentication', '~> 3.7.0', :configurations => ['Release']
pod 'NevisMobileAuthentication-Debug', '~> 3.8.1', :configurations => ['Debug']
pod 'NevisMobileAuthentication', '~> 3.8.1', :configurations => ['Release']

config = use_native_modules!

Expand Down
Loading

0 comments on commit 3dd4f84

Please sign in to comment.