From 5bc91a0f4562b849eb562f19421902c0998b8427 Mon Sep 17 00:00:00 2001 From: Fox2Code Date: Wed, 15 Jun 2022 16:09:56 +0200 Subject: [PATCH] Update Libraries (Fix #163) --- app/build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index d216270..19fb1fb 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -80,7 +80,7 @@ configurations { dependencies { // UI - implementation 'androidx.appcompat:appcompat:1.4.1' + 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.preference:preference:1.2.0' @@ -88,7 +88,7 @@ dependencies { implementation 'androidx.recyclerview:recyclerview:1.2.1' implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0' implementation 'androidx.webkit:webkit:1.4.0' - implementation 'com.google.android.material:material:1.6.0' + implementation 'com.google.android.material:material:1.6.1' implementation "com.mikepenz:aboutlibraries:${latestAboutLibsRelease}" implementation "dev.rikka.rikkax.layoutinflater:layoutinflater:1.2.0" implementation "dev.rikka.rikkax.insets:insets:1.2.0" @@ -99,7 +99,7 @@ dependencies { implementation 'com.squareup.okhttp3:okhttp-dnsoverhttps:4.9.3' implementation 'com.squareup.okhttp3:okhttp-brotli:4.9.3' implementation 'com.github.topjohnwu.libsu:io:5.0.1' - implementation 'com.github.Fox2Code:RosettaX:1.0.2' + implementation 'com.github.Fox2Code:RosettaX:1.0.8' implementation 'com.github.Fox2Code:AndroidANSI:1.0.1' // Markdown