From 20d6347b614f49a5d894673b0c37f11fe71c6b2a Mon Sep 17 00:00:00 2001 From: tibbi Date: Tue, 1 Feb 2022 16:29:49 +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 20da093..f28d4ff 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -64,7 +64,7 @@ android { } dependencies { - implementation 'com.github.SimpleMobileTools:Simple-Commons:3d8d8f29bb' + implementation 'com.github.SimpleMobileTools:Simple-Commons:fe2610738c' kapt 'androidx.room:room-compiler:2.3.0' implementation 'androidx.room:room-runtime:2.3.0'