From 46b58cb156b899b45c7a1b6b7a66d83e3457b5a1 Mon Sep 17 00:00:00 2001 From: Tamas Toth Date: Tue, 12 Nov 2024 10:20:44 +0100 Subject: [PATCH] NEVISACCESSAPP-6301: Update example apps to use SDK 3.8.0 --- .github/workflows/main.yml | 2 +- .github/workflows/pr.yml | 2 +- Gemfile.lock | 2 +- .../main/java/ch/nevis/exampleapp/dagger/ApplicationModule.kt | 1 + gradle.properties | 4 ++-- 5 files changed, 6 insertions(+), 5 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 18f29b3..0141a68 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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: diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 28c8b77..bb6eaac 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -7,7 +7,7 @@ on: env: JAVA_VERSION: '17' - RUBY_VERSION: '3.0' + RUBY_VERSION: '3.1' jobs: build: diff --git a/Gemfile.lock b/Gemfile.lock index cc80215..592ef4e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -230,4 +230,4 @@ DEPENDENCIES java-properties BUNDLED WITH - 2.5.22 + 2.5.23 diff --git a/app/src/main/java/ch/nevis/exampleapp/dagger/ApplicationModule.kt b/app/src/main/java/ch/nevis/exampleapp/dagger/ApplicationModule.kt index ab72dbf..7196f59 100644 --- a/app/src/main/java/ch/nevis/exampleapp/dagger/ApplicationModule.kt +++ b/app/src/main/java/ch/nevis/exampleapp/dagger/ApplicationModule.kt @@ -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() } diff --git a/gradle.properties b/gradle.properties index c5e2221..6ff4a34 100644 --- a/gradle.properties +++ b/gradle.properties @@ -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