From 6a535ce13692c91e80a3c029877c31da58e2064f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Apr 2025 08:21:39 +0000 Subject: [PATCH 1/2] build(deps): bump the gradle-minor-dependencies group across 1 directory with 5 updates Bumps the gradle-minor-dependencies group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | com.android.application | `8.9.1` | `8.9.2` | | com.android.library | `8.9.1` | `8.9.2` | | androidx.core:core-ktx | `1.15.0` | `1.16.0` | | androidx.room:room-compiler | `2.6.1` | `2.7.1` | | [com.google.androidbrowserhelper:androidbrowserhelper](https://github.com/GoogleChrome/android-browser-helper) | `2.5.0` | `2.6.0` | Updates `com.android.application` from 8.9.1 to 8.9.2 Updates `com.android.library` from 8.9.1 to 8.9.2 Updates `androidx.core:core-ktx` from 1.15.0 to 1.16.0 Updates `androidx.room:room-compiler` from 2.6.1 to 2.7.1 Updates `com.google.androidbrowserhelper:androidbrowserhelper` from 2.5.0 to 2.6.0 - [Release notes](https://github.com/GoogleChrome/android-browser-helper/releases) - [Commits](https://github.com/GoogleChrome/android-browser-helper/compare/android-browser-helper-2.5.0...android-browser-helper-2.6.0) --- updated-dependencies: - dependency-name: com.android.application dependency-version: 8.9.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle-minor-dependencies - dependency-name: com.android.library dependency-version: 8.9.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle-minor-dependencies - dependency-name: androidx.core:core-ktx dependency-version: 1.16.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gradle-minor-dependencies - dependency-name: androidx.room:room-compiler dependency-version: 2.7.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gradle-minor-dependencies - dependency-name: com.google.androidbrowserhelper:androidbrowserhelper dependency-version: 2.6.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gradle-minor-dependencies ... Signed-off-by: dependabot[bot] --- app/build.gradle.kts | 4 ++-- build.gradle.kts | 4 ++-- library/build.gradle.kts | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index cb920f7..beac3d2 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -47,7 +47,7 @@ android { dependencies { - implementation("androidx.core:core-ktx:1.15.0") + implementation("androidx.core:core-ktx:1.16.0") implementation("androidx.appcompat:appcompat:1.7.0") implementation("com.google.android.material:material:1.12.0") implementation(project(":library")) @@ -58,7 +58,7 @@ dependencies { implementation("org.jetbrains.kotlinx:kotlinx-coroutines-android:1.10.2") implementation("androidx.browser:browser:1.8.0") implementation("androidx.lifecycle:lifecycle-runtime-ktx:2.8.7") - annotationProcessor("androidx.room:room-compiler:2.6.1") + annotationProcessor("androidx.room:room-compiler:2.7.1") testImplementation("junit:junit:4.13.2") androidTestImplementation("androidx.test.ext:junit:1.2.1") androidTestImplementation("androidx.test.espresso:espresso-core:3.6.1") diff --git a/build.gradle.kts b/build.gradle.kts index 9174814..a6ed8bd 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -3,9 +3,9 @@ import io.gitlab.arturbosch.detekt.report.ReportMergeTask // Top-level build file where you can add configuration options common to all sub-projects/modules. plugins { - id("com.android.application") version "8.9.1" apply false + id("com.android.application") version "8.9.2" apply false id("org.jetbrains.kotlin.android") version "2.1.20" apply false - id("com.android.library") version "8.9.1" apply false + id("com.android.library") version "8.9.2" apply false id("io.gitlab.arturbosch.detekt") version "1.23.8" id("org.jetbrains.dokka") version "2.0.0" id("io.github.gradle-nexus.publish-plugin") version "2.0.0" diff --git a/library/build.gradle.kts b/library/build.gradle.kts index b61f35c..7f3b5e3 100644 --- a/library/build.gradle.kts +++ b/library/build.gradle.kts @@ -163,9 +163,9 @@ signing { dependencies { - implementation("androidx.core:core-ktx:1.15.0") + implementation("androidx.core:core-ktx:1.16.0") implementation("androidx.appcompat:appcompat:1.7.0") - implementation("com.google.androidbrowserhelper:androidbrowserhelper:2.5.0") + implementation("com.google.androidbrowserhelper:androidbrowserhelper:2.6.0") implementation("org.jetbrains.kotlinx:kotlinx-serialization-cbor:1.8.1") implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.8.1") implementation("net.openid:appauth:0.11.1") From 97da4267b3e3b159403d94a48bf80b1d83647e3e Mon Sep 17 00:00:00 2001 From: Aaron-Ritter Date: Tue, 29 Apr 2025 10:25:41 +0200 Subject: [PATCH 2/2] build(deps): rollback com.google.androidbrowserhelper --- library/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/build.gradle.kts b/library/build.gradle.kts index 7f3b5e3..f798aec 100644 --- a/library/build.gradle.kts +++ b/library/build.gradle.kts @@ -165,7 +165,7 @@ dependencies { implementation("androidx.core:core-ktx:1.16.0") implementation("androidx.appcompat:appcompat:1.7.0") - implementation("com.google.androidbrowserhelper:androidbrowserhelper:2.6.0") + implementation("com.google.androidbrowserhelper:androidbrowserhelper:2.5.0") implementation("org.jetbrains.kotlinx:kotlinx-serialization-cbor:1.8.1") implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.8.1") implementation("net.openid:appauth:0.11.1")