From a09136c9a359a33531094878695b30025d6af6a7 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Wed, 3 Jun 2026 17:46:24 +0000
Subject: [PATCH 1/2] fix(deps): update dependency androidx.core:core to
v1.19.0
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
---
gradle/verification-metadata.xml | 5 +++++
lib/build.gradle | 2 +-
2 files changed, 6 insertions(+), 1 deletion(-)
diff --git a/gradle/verification-metadata.xml b/gradle/verification-metadata.xml
index 99d70a17..d0dd911a 100644
--- a/gradle/verification-metadata.xml
+++ b/gradle/verification-metadata.xml
@@ -691,6 +691,11 @@
+
+
+
+
+
diff --git a/lib/build.gradle b/lib/build.gradle
index 4a88663a..e48e1adf 100644
--- a/lib/build.gradle
+++ b/lib/build.gradle
@@ -136,7 +136,7 @@ dependencies {
implementation "androidx.appcompat:appcompat:1.7.1"
implementation 'androidx.annotation:annotation:1.10.0'
- implementation 'androidx.core:core:1.18.0'
+ implementation 'androidx.core:core:1.19.0'
implementation 'androidx.fragment:fragment:1.8.9'
implementation 'com.google.android.material:material:1.14.0'
From f9df3317603eccd00dfbca6196bf28f431944cc4 Mon Sep 17 00:00:00 2001
From: tobiasKaminsky
Date: Thu, 18 Jun 2026 10:05:51 +0200
Subject: [PATCH 2/2] bump compileSDK to 37
Signed-off-by: tobiasKaminsky
---
lib/build.gradle | 2 +-
sample/build.gradle | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/lib/build.gradle b/lib/build.gradle
index e48e1adf..4715fc86 100644
--- a/lib/build.gradle
+++ b/lib/build.gradle
@@ -47,7 +47,7 @@ android {
defaultConfig {
minSdk 23
- compileSdk = 36
+ compileSdk = 37
consumerProguardFiles 'consumer-proguard-rules.pro'
}
diff --git a/sample/build.gradle b/sample/build.gradle
index f48ecda5..54333bec 100644
--- a/sample/build.gradle
+++ b/sample/build.gradle
@@ -14,7 +14,7 @@ android {
applicationId "com.nextcloud.android.sso.sample"
minSdk 23
targetSdk = 36
- compileSdk = 36
+ compileSdk = 37
versionCode 1
versionName "1.0"