Skip to content

Commit

Permalink
Merge pull request #29 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 446aa7c + 46b58cb commit 5aead39
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 @@ -230,4 +230,4 @@ DEPENDENCIES
java-properties

BUNDLED WITH
2.5.22
2.5.23
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,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 @@ -22,8 +22,8 @@ kotlin.code.style=official
# thereby reducing the size of the R class for that library
android.nonTransitiveRClass=true

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.nonFinalResIds=false

0 comments on commit 5aead39

Please sign in to comment.