From 7af21eac15648f318dde7c0d97e85bdb7b3a6d47 Mon Sep 17 00:00:00 2001 From: Julian Raufelder Date: Mon, 19 Jul 2021 12:21:12 +0200 Subject: [PATCH] #335 fix crash while unlock using Android 7.0 and 7.1 Due to NoSuchMethodError of withInitial in ThreadLocal --- buildsystem/dependencies.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildsystem/dependencies.gradle b/buildsystem/dependencies.gradle index 405da723..ba474d91 100644 --- a/buildsystem/dependencies.gradle +++ b/buildsystem/dependencies.gradle @@ -49,7 +49,7 @@ ext { greenDaoVersion = '3.3.0' // cloud provider libs - cryptolibVersion = '2.0.0-rc6' + cryptolibVersion = '2.0.0-rc7' dropboxVersion = '4.0.0'