From 372077c12a7defff120a8c05e494ed6e62fd5134 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2026 04:42:09 +0000 Subject: [PATCH 1/2] fix(deps): update dependency androidx.lifecycle:lifecycle-viewmodel-ktx to v2.11.0 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- gradle/verification-metadata.xml | 6 ++++++ sample/build.gradle | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/gradle/verification-metadata.xml b/gradle/verification-metadata.xml index 4e5ef6ab..08f18462 100644 --- a/gradle/verification-metadata.xml +++ b/gradle/verification-metadata.xml @@ -63,6 +63,7 @@ + @@ -4315,6 +4316,11 @@ + + + + + diff --git a/sample/build.gradle b/sample/build.gradle index e6501918..e0840908 100644 --- a/sample/build.gradle +++ b/sample/build.gradle @@ -44,7 +44,7 @@ dependencies { implementation 'com.google.android.material:material:1.14.0' implementation 'androidx.constraintlayout:constraintlayout:2.2.1' implementation 'androidx.lifecycle:lifecycle-livedata-ktx:2.10.0' - implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.10.0' + implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.11.0' implementation project(path: ':ui') testImplementation 'junit:junit:4.13.2' androidTestImplementation 'androidx.test.ext:junit:1.3.0' From 3a24574da70fd04325418728bcbc5f7a21528624 Mon Sep 17 00:00:00 2001 From: tobiasKaminsky Date: Thu, 18 Jun 2026 09:51:28 +0200 Subject: [PATCH 2/2] Bump to compileSKD 37 Signed-off-by: tobiasKaminsky --- core/build.gradle | 2 +- sample/build.gradle | 2 +- ui/build.gradle | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/core/build.gradle b/core/build.gradle index ab56f108..c66fbdcc 100644 --- a/core/build.gradle +++ b/core/build.gradle @@ -14,7 +14,7 @@ android { namespace 'com.nextcloud.android.common.core' defaultConfig { minSdk = 21 - compileSdk = 36 + compileSdk = 37 testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" } diff --git a/sample/build.gradle b/sample/build.gradle index e0840908..4640cc09 100644 --- a/sample/build.gradle +++ b/sample/build.gradle @@ -15,7 +15,7 @@ android { defaultConfig { applicationId "com.nextcloud.android.common.sample" minSdk = 26 - compileSdk = 36 + compileSdk = 37 versionCode 1 versionName "1.0" diff --git a/ui/build.gradle b/ui/build.gradle index f77c9c61..10e8156f 100644 --- a/ui/build.gradle +++ b/ui/build.gradle @@ -16,7 +16,7 @@ plugins { android { defaultConfig { minSdk = 21 - compileSdk = 36 + compileSdk = 37 testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" }