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

Commit 5bc91a0

Browse files
committed
Update Libraries (Fix #163)
1 parent 98cb287 commit 5bc91a0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

app/build.gradle

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

8181
dependencies {
8282
// UI
83-
implementation 'androidx.appcompat:appcompat:1.4.1'
83+
implementation 'androidx.appcompat:appcompat:1.4.2'
8484
implementation 'androidx.emoji2:emoji2:1.1.0'
8585
implementation 'androidx.emoji2:emoji2-views-helper:1.1.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'
8989
implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0'
9090
implementation 'androidx.webkit:webkit:1.4.0'
91-
implementation 'com.google.android.material:material:1.6.0'
91+
implementation 'com.google.android.material:material:1.6.1'
9292
implementation "com.mikepenz:aboutlibraries:${latestAboutLibsRelease}"
9393
implementation "dev.rikka.rikkax.layoutinflater:layoutinflater:1.2.0"
9494
implementation "dev.rikka.rikkax.insets:insets:1.2.0"
@@ -99,7 +99,7 @@ dependencies {
9999
implementation 'com.squareup.okhttp3:okhttp-dnsoverhttps:4.9.3'
100100
implementation 'com.squareup.okhttp3:okhttp-brotli:4.9.3'
101101
implementation 'com.github.topjohnwu.libsu:io:5.0.1'
102-
implementation 'com.github.Fox2Code:RosettaX:1.0.2'
102+
implementation 'com.github.Fox2Code:RosettaX:1.0.8'
103103
implementation 'com.github.Fox2Code:AndroidANSI:1.0.1'
104104

105105
// Markdown

0 commit comments

Comments
 (0)