From fe77105d40acdcc9e57e86eb09f2a2c58fdef259 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 5 Jun 2026 06:35:26 +0000 Subject: [PATCH 1/2] fix(deps): update dependency androidx.core:core-ktx to v1.19.0 --- app/build.gradle | 2 +- gradle/verification-metadata.xml | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 7ae605724..58a868e09 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -144,7 +144,7 @@ dependencies { // Android X implementation 'androidx.appcompat:appcompat:1.7.1' - implementation 'androidx.core:core-ktx:1.18.0' + implementation 'androidx.core:core-ktx:1.19.0' implementation 'androidx.core:core-splashscreen:1.2.0' implementation 'androidx.fragment:fragment:1.8.9' implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.10.0' diff --git a/gradle/verification-metadata.xml b/gradle/verification-metadata.xml index 85e89b517..6bc3f15e8 100644 --- a/gradle/verification-metadata.xml +++ b/gradle/verification-metadata.xml @@ -3030,6 +3030,11 @@ + + + + + From de6e511955357ca22e38e7dd9002d4ed100f54e6 Mon Sep 17 00:00:00 2001 From: tobiasKaminsky Date: Thu, 18 Jun 2026 10:11:19 +0200 Subject: [PATCH 2/2] bump compileSDK to 37 Signed-off-by: tobiasKaminsky --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 58a868e09..53ba8caaf 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -15,7 +15,7 @@ android { defaultConfig { applicationId "it.niedermann.owncloud.notes" minSdk 28 - compileSdk = 36 + compileSdk = 37 targetSdk 36 versionCode 340100050 versionName "34.1.0 Alpha 1"