From 05f8172237165381c0296d9d919816668bc88fd0 Mon Sep 17 00:00:00 2001 From: Ivan Grce Date: Tue, 1 Oct 2024 14:51:27 +0200 Subject: [PATCH] Updated sample apps for v6.11.1 --- BlinkIDSample/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BlinkIDSample/build.gradle b/BlinkIDSample/build.gradle index a538cfdd..b366a2f0 100644 --- a/BlinkIDSample/build.gradle +++ b/BlinkIDSample/build.gradle @@ -25,7 +25,7 @@ allprojects { // versions of libraries that all modules require project.ext { - blinkIdVersion = '6.11.0' + blinkIdVersion = '6.11.1' compileSdkVersion = 35 targetSdkVersion = 35 appCompatVersion = '1.7.0'