From 98cb06803f502ec36ffd9eac48a7f2c3807a2248 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Apr 2025 02:00:42 +0000 Subject: [PATCH] Bump the maven group across 1 directory with 5 updates Bumps the maven group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | androidx.core:core | `1.15.0` | `1.16.0` | | com.android.tools.build:apksig | `8.9.0` | `8.9.1` | | com.android.library | `8.9.0` | `8.9.1` | | com.android.application | `8.9.0` | `8.9.1` | | [org.jetbrains.kotlinx:kotlinx-coroutines-core](https://github.com/Kotlin/kotlinx.coroutines) | `1.10.1` | `1.10.2` | Updates `androidx.core:core` from 1.15.0 to 1.16.0 Updates `com.android.tools.build:apksig` from 8.9.0 to 8.9.1 Updates `com.android.library` from 8.9.0 to 8.9.1 Updates `com.android.application` from 8.9.0 to 8.9.1 Updates `org.jetbrains.kotlinx:kotlinx-coroutines-core` from 1.10.1 to 1.10.2 - [Release notes](https://github.com/Kotlin/kotlinx.coroutines/releases) - [Changelog](https://github.com/Kotlin/kotlinx.coroutines/blob/master/CHANGES.md) - [Commits](https://github.com/Kotlin/kotlinx.coroutines/compare/1.10.1...1.10.2) Updates `com.android.library` from 8.9.0 to 8.9.1 Updates `com.android.application` from 8.9.0 to 8.9.1 --- updated-dependencies: - dependency-name: androidx.core:core dependency-version: 1.16.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: maven - dependency-name: com.android.tools.build:apksig dependency-version: 8.9.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: maven - dependency-name: com.android.library dependency-version: 8.9.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: maven - dependency-name: com.android.application dependency-version: 8.9.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: maven - dependency-name: org.jetbrains.kotlinx:kotlinx-coroutines-core dependency-version: 1.10.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: maven - dependency-name: com.android.library dependency-version: 8.9.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: maven - dependency-name: com.android.application dependency-version: 8.9.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: maven ... Signed-off-by: dependabot[bot] --- gradle/libs.versions.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 5f25096c4..897e03867 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,5 +1,5 @@ [versions] -agp = "8.9.0" +agp = "8.9.1" kotlin = "2.1.20" nav = "2.8.9" appcenter = "5.0.5" @@ -35,7 +35,7 @@ androidx-activity = { module = "androidx.activity:activity", version = "1.10.1" androidx-annotation = { module = "androidx.annotation:annotation", version = "1.9.1" } androidx-browser = { module = "androidx.browser:browser", version = "1.8.0" } androidx-constraintlayout = { module = "androidx.constraintlayout:constraintlayout", version = "2.2.1" } -androidx-core = { module = "androidx.core:core", version = "1.15.0" } +androidx-core = { module = "androidx.core:core", version = "1.16.0" } androidx-fragment = { module = "androidx.fragment:fragment", version = "1.8.6" } androidx-navigation-fragment = { group = "androidx.navigation", name = "navigation-fragment", version.ref = "nav" } androidx-navigation-ui = { group = "androidx.navigation", name = "navigation-ui", version.ref = "nav" } @@ -56,7 +56,7 @@ material = { module = "com.google.android.material:material", version = "1.12.0" gson = { module = "com.google.code.gson:gson", version = "2.12.1" } hiddenapibypass = { module = "org.lsposed.hiddenapibypass:hiddenapibypass", version = "6.1" } kotlin-stdlib = { module = "org.jetbrains.kotlin:kotlin-stdlib", version.ref = "kotlin" } -kotlinx-coroutines-core = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-core", version = "1.10.1" } +kotlinx-coroutines-core = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-core", version = "1.10.2" } libxposed-api = { group = "io.github.libxposed", name = "api", version.ref = "libxposed" } libxposed-interface = { group = "io.github.libxposed", name = "interface", version.ref = "libxposed" }