Skip to content
This repository was archived by the owner on May 4, 2023. It is now read-only.

Commit ebd3f23

Browse files
committed
Update libraries
1 parent 454f1ae commit ebd3f23

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

app/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -80,9 +80,9 @@ configurations {
8080

8181
dependencies {
8282
// UI
83-
implementation 'androidx.appcompat:appcompat:1.4.2'
84-
implementation 'androidx.emoji2:emoji2:1.1.0'
85-
implementation 'androidx.emoji2:emoji2-views-helper:1.1.0'
83+
implementation 'androidx.appcompat:appcompat:1.5.0'
84+
implementation 'androidx.emoji2:emoji2:1.2.0'
85+
implementation 'androidx.emoji2:emoji2-views-helper:1.2.0'
8686
implementation 'androidx.preference:preference:1.2.0'
8787
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
8888
implementation 'androidx.recyclerview:recyclerview:1.2.1'
@@ -94,7 +94,7 @@ dependencies {
9494
implementation "dev.rikka.rikkax.insets:insets:1.3.0"
9595
implementation 'com.github.Dimezis:BlurView:version-1.6.6'
9696
implementation 'com.github.KieronQuinn:MonetCompat:0.4.1'
97-
implementation 'com.github.Fox2Code:FoxCompat:0.0.3'
97+
implementation 'com.github.Fox2Code:FoxCompat:0.1.0'
9898

9999
// Utils
100100
implementation 'androidx.work:work-runtime:2.7.1'

0 commit comments

Comments
 (0)