From 0e934a3b74807d545a754fd657b631a69a8112a6 Mon Sep 17 00:00:00 2001 From: tibbi Date: Sun, 22 May 2022 20:15:03 +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 5c122c5..46df0bb 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -64,7 +64,7 @@ android { } dependencies { - implementation 'com.github.SimpleMobileTools:Simple-Commons:e5a4973e6a' + implementation 'com.github.SimpleMobileTools:Simple-Commons:795a4ae3e3' kapt 'androidx.room:room-compiler:2.4.2' implementation 'androidx.room:room-runtime:2.4.2'