From 256660069276a10338d6346e1c78c070eb3ca4cc Mon Sep 17 00:00:00 2001 From: Fahim Salam Chowdhury Date: Mon, 15 Apr 2024 16:40:49 +0600 Subject: [PATCH] chore: bump nc_android_lib version to 1.0.8-u2.27-release This version will contain patch which will imporve performance for OIDC loggedIn user --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index c442ef39..c8784861 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -98,7 +98,7 @@ android { } dependencies { - implementation 'foundation.e:Nextcloud-Android-Library:1.0.7-u2.17-release' + implementation 'foundation.e:Nextcloud-Android-Library:1.0.8-u2.17-release' implementation "commons-httpclient:commons-httpclient:3.1@jar" implementation fileTree(include: ['*.jar'], dir: 'libs') api 'androidx.annotation:annotation:1.6.0' -- GitLab