Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/stefan-niedermann/nextcloud-notes.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortobiasKaminsky <tobias@kaminsky.me>2023-09-18 21:25:46 +0300
committertobiasKaminsky <tobias@kaminsky.me>2023-09-18 21:25:46 +0300
commit05a477af3ae928306d964d20b39268711bd8453e (patch)
tree480fab18005aef1b39a6945cfb843a4ae6d989a3
parentee7ff99fe7fe570d7847c53c1a0e41985a85b3a9 (diff)
Backport fix
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
-rw-r--r--app/build.gradle2
-rw-r--r--build.gradle2
2 files changed, 2 insertions, 2 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 50728398..021cb7c7 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -76,7 +76,7 @@ dependencies {
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:2.0.3'
// Nextcloud SSO
- implementation 'com.github.nextcloud.android-common:ui:0.10.0'
+ implementation 'com.github.nextcloud.android-common:ui:0.12.0'
implementation 'com.github.nextcloud:Android-SingleSignOn:0.7.0'
implementation 'com.github.stefan-niedermann:android-commons:0.2.9'
implementation "com.github.stefan-niedermann.nextcloud-commons:sso-glide:$commonsVersion"
diff --git a/build.gradle b/build.gradle
index 1ccfb64c..bca30b59 100644
--- a/build.gradle
+++ b/build.gradle
@@ -3,7 +3,7 @@
buildscript {
ext {
kotlinVersion = '1.8.21'
- commonsVersion = '1.7.0'
+ commonsVersion = '1.8.2'
}
repositories {
mavenCentral()