Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NEVISACCESSAPP-6301: Update example apps to use SDK 3.8.0 #29

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 @@ -131,6 +131,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