From 6d6bc948f23feae214a2aed3abeef752530feb2f Mon Sep 17 00:00:00 2001 From: tibbi Date: Sun, 2 Oct 2022 21:42:54 +0200 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 0a8c5dba..15fe2c29 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -63,7 +63,7 @@ android { } dependencies { - implementation 'com.github.SimpleMobileTools:Simple-Commons:b826e8e020' + implementation 'com.github.SimpleMobileTools:Simple-Commons:21a91f2ce7' kapt "androidx.room:room-compiler:2.4.3" implementation "androidx.room:room-runtime:2.4.3"