From 1fe356c982d63fe94aa9775768b9287163727716 Mon Sep 17 00:00:00 2001 From: FongMi Date: Thu, 29 Feb 2024 13:58:30 +0800 Subject: [PATCH] Update build.gradle --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 41540995..fe533017 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -40,7 +40,7 @@ android { dependencies { implementation 'com.googlecode.juniversalchardet:juniversalchardet:1.0.3' - implementation 'com.github.thegrizzlylabs:sardine-android:0.8' + implementation 'com.github.thegrizzlylabs:sardine-android:0.9' implementation 'wang.harlon.quickjs:wrapper-android:0.21.1' implementation 'com.squareup.okhttp3:okhttp:3.12.13' implementation 'com.google.code.gson:gson:2.8.6'