From 873de97a9826f35560e094178debf88c438645b1 Mon Sep 17 00:00:00 2001 From: tibbi Date: Sat, 19 Feb 2022 22:53:32 +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 31f6553..71f74cf 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -64,7 +64,7 @@ android { } dependencies { - implementation 'com.github.SimpleMobileTools:Simple-Commons:608dbb5ca9' + implementation 'com.github.SimpleMobileTools:Simple-Commons:3abc10fcdb' kapt 'androidx.room:room-compiler:2.3.0' implementation 'androidx.room:room-runtime:2.3.0'