From 040aa8a5d6dcf34a31920a899b6bfe586a3039c3 Mon Sep 17 00:00:00 2001 From: manojkumarpancholi <143865672+manojkumarpancholi@users.noreply.github.com> Date: Fri, 17 Jan 2025 10:47:33 +0530 Subject: [PATCH] Update build.gradle --- android/build.gradle | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/android/build.gradle b/android/build.gradle index 6ae1aa71..5a96bb0e 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -49,5 +49,6 @@ dependencies { // 1.2.3 is the minimum version compatible with androidx. // See https://github.com/uccmawei/FingerprintIdentify/issues/74 // (translation https://translate.google.com/translate?sl=zh-CN&tl=en&u=https://github.com/uccmawei/FingerprintIdentify/issues/74) - implementation "com.github.uccmawei:fingerprintidentify:${safeExtGet("fingerprintidentify", "1.2.6")}" + implementation 'com.github.uccmawei:FingerprintIdentify:1.2.6'}" + }