From 2b435690cb81429e3adf7a42c813afef75a233bd Mon Sep 17 00:00:00 2001 From: Fox2Code Date: Thu, 3 Mar 2022 12:36:06 +0100 Subject: [PATCH] Update libsu. --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 479c4eb..02115a9 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -64,7 +64,7 @@ dependencies { // Utils implementation 'com.squareup.okhttp3:okhttp-dnsoverhttps:4.9.3' implementation 'com.squareup.okhttp3:okhttp-brotli:4.9.3' - implementation 'com.github.topjohnwu.libsu:io:3.2.1' + implementation 'com.github.topjohnwu.libsu:io:4.0.0' // Markdown implementation "io.noties.markwon:core:4.6.2"