From ebd3f237181dbf08b3fd2d6f4b7e7a18eef4f929 Mon Sep 17 00:00:00 2001 From: Fox2Code Date: Sun, 14 Aug 2022 12:05:08 +0200 Subject: [PATCH] Update libraries --- app/build.gradle | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index b18b466..2362ae3 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -80,9 +80,9 @@ configurations { dependencies { // UI - implementation 'androidx.appcompat:appcompat:1.4.2' - implementation 'androidx.emoji2:emoji2:1.1.0' - implementation 'androidx.emoji2:emoji2-views-helper:1.1.0' + implementation 'androidx.appcompat:appcompat:1.5.0' + implementation 'androidx.emoji2:emoji2:1.2.0' + implementation 'androidx.emoji2:emoji2-views-helper:1.2.0' implementation 'androidx.preference:preference:1.2.0' implementation 'androidx.constraintlayout:constraintlayout:2.1.4' implementation 'androidx.recyclerview:recyclerview:1.2.1' @@ -94,7 +94,7 @@ dependencies { implementation "dev.rikka.rikkax.insets:insets:1.3.0" implementation 'com.github.Dimezis:BlurView:version-1.6.6' implementation 'com.github.KieronQuinn:MonetCompat:0.4.1' - implementation 'com.github.Fox2Code:FoxCompat:0.0.3' + implementation 'com.github.Fox2Code:FoxCompat:0.1.0' // Utils implementation 'androidx.work:work-runtime:2.7.1'