From a9c243c70f1d0945b64783a102f1162d24a40b11 Mon Sep 17 00:00:00 2001 From: tibbi Date: Thu, 3 Feb 2022 00:03:46 +0100 Subject: [PATCH] updating commons --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 55ce36b..b89c69b 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -64,7 +64,7 @@ android { } dependencies { - implementation 'com.github.SimpleMobileTools:Simple-Commons:e46e45ea92' + implementation 'com.github.SimpleMobileTools:Simple-Commons:8f22f91a00' kapt 'androidx.room:room-compiler:2.3.0' implementation 'androidx.room:room-runtime:2.3.0'