From 23dce78ab4a62865a6b7041662c6a461f78d19be Mon Sep 17 00:00:00 2001 From: tibbi Date: Tue, 8 Nov 2022 10:15:19 +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 0b2d2d9..0fb9ad9 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -65,7 +65,7 @@ android { } dependencies { - implementation 'com.github.SimpleMobileTools:Simple-Commons:2e9ca234a7' + implementation 'com.github.SimpleMobileTools:Simple-Commons:9162225f33' implementation 'androidx.emoji2:emoji2-bundled:1.2.0' kapt 'androidx.room:room-compiler:2.4.3'