From 089a8b267db6e675b2fbde5dadef34fd411b4955 Mon Sep 17 00:00:00 2001 From: tibbi Date: Wed, 26 Oct 2022 17:26:43 +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 8b50989..57f39a3 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -63,7 +63,7 @@ android { } dependencies { - implementation 'com.github.SimpleMobileTools:Simple-Commons:5d3439cd6b' + implementation 'com.github.SimpleMobileTools:Simple-Commons:0828fecd09' kapt "androidx.room:room-compiler:2.4.3" implementation "androidx.room:room-runtime:2.4.3"