Skip to content

Commit

Permalink
Merge pull request #28 from nevissecurity/feature/NEVISACCESSAPP-6301-…
Browse files Browse the repository at this point in the history
…Update-example-apps-to-use-SDK-3.8.0

NEVISACCESSAPP-6301: Update example apps to use SDK 3.8.0
  • Loading branch information
tamas-toth authored Nov 12, 2024
2 parents b3519f2 + 717fde2 commit 9b47098
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:

env:
JAVA_VERSION: '17'
RUBY_VERSION: '3.0'
RUBY_VERSION: '3.1'
CURRENT_BUILD_URL: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

env:
JAVA_VERSION: '17'
RUBY_VERSION: '3.0'
RUBY_VERSION: '3.1'

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -222,4 +222,4 @@ DEPENDENCIES
java-properties

BUNDLED WITH
2.5.22
2.5.23
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,7 @@ class ApplicationModule {
.authenticationResponsePath("/auth/fidouaf/authenticationresponse/")
.deregistrationRequestPath("/nevisfido/uaf/1.1/request/deregistration/")
.dispatchTargetResourcePath("/nevisfido/token/dispatch/targets/")
.deviceResourcePath("/nevisfido/devices/")
.authenticationRetryIntervalInSeconds(15L)
.build()
}
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ android.useAndroidX=true
# Kotlin code style for this project: "official" or "obsolete":
kotlin.code.style=official

VERSION_NAME=3.7.0
VERSION_NAME=3.8.0
VERSION_CODE=1
NEVIS_MOBILE_AUTHENTICATION_SDK_VERSION=3.7.+
NEVIS_MOBILE_AUTHENTICATION_SDK_VERSION=3.8.+
android.defaults.buildfeatures.buildconfig=true
android.nonTransitiveRClass=false
android.nonFinalResIds=false

0 comments on commit 9b47098

Please sign in to comment.