From e33e7ba53c142555b9288c4bc3192fcab382a71d Mon Sep 17 00:00:00 2001 From: Tamas Toth Date: Tue, 12 Mar 2024 14:32:40 +0100 Subject: [PATCH] NEVISACCESSAPP-5292: Update for using SDK version 3.6.1 --- gradle.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gradle.properties b/gradle.properties index a9a2629..8c893fd 100644 --- a/gradle.properties +++ b/gradle.properties @@ -22,6 +22,6 @@ kotlin.code.style=official # thereby reducing the size of the R class for that library android.nonTransitiveRClass=true -VERSION_NAME=3.5.0 +VERSION_NAME=3.6.1 VERSION_CODE=1 -NEVIS_MOBILE_AUTHENTICATION_SDK_VERSION=3.5.+ \ No newline at end of file +NEVIS_MOBILE_AUTHENTICATION_SDK_VERSION=3.6.+ \ No newline at end of file