From 98b97e6970c8a5da4a1af6cd0ab7769b657bc6b8 Mon Sep 17 00:00:00 2001 From: Naveen Date: Fri, 19 Aug 2022 13:50:09 +0530 Subject: [PATCH] Update commons dependency --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 275333f..0034d5d 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -65,8 +65,8 @@ android { } dependencies { - implementation 'com.github.SimpleMobileTools:Simple-Commons:0c82e5f216' - implementation 'androidx.emoji2:emoji2-bundled:1.1.0' + implementation 'com.github.SimpleMobileTools:Simple-Commons:dfcf3990b0' + implementation 'androidx.emoji2:emoji2-bundled:1.2.0' kapt 'androidx.room:room-compiler:2.4.3' implementation 'androidx.room:room-runtime:2.4.3'