From 0d4984115802236056297bcca9c44adab5619b06 Mon Sep 17 00:00:00 2001 From: Fahim Salam Chowdhury Date: Mon, 4 Mar 2024 19:22:18 +0600 Subject: [PATCH] feat: update the nc-android-lib version to fix for @eeo.one account type authentication failed issue, we need to update the nc-android-lib version issue: https://gitlab.e.foundation/e/os/backlog/-/issues/1975 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index bae2b082..224935d9 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -94,7 +94,7 @@ android { } dependencies { - implementation 'foundation.e:Nextcloud-Android-Library:1.0.5-release' + implementation 'foundation.e:Nextcloud-Android-Library:1.0.6-release' implementation "commons-httpclient:commons-httpclient:3.1@jar" implementation fileTree(include: ['*.jar'], dir: 'libs') api 'androidx.annotation:annotation:1.6.0' -- GitLab