Skip to content

Commit f849cc1

Browse files
Bump the maven group across 1 directory with 5 updates (#243)
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](Kotlin/kotlinx.coroutines@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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e839a6f commit f849cc1

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

gradle/libs.versions.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[versions]
2-
agp = "8.9.0"
2+
agp = "8.9.1"
33
kotlin = "2.1.20"
44
nav = "2.8.9"
55
appcenter = "5.0.5"
@@ -35,7 +35,7 @@ androidx-activity = { module = "androidx.activity:activity", version = "1.10.1"
3535
androidx-annotation = { module = "androidx.annotation:annotation", version = "1.9.1" }
3636
androidx-browser = { module = "androidx.browser:browser", version = "1.8.0" }
3737
androidx-constraintlayout = { module = "androidx.constraintlayout:constraintlayout", version = "2.2.1" }
38-
androidx-core = { module = "androidx.core:core", version = "1.15.0" }
38+
androidx-core = { module = "androidx.core:core", version = "1.16.0" }
3939
androidx-fragment = { module = "androidx.fragment:fragment", version = "1.8.6" }
4040
androidx-navigation-fragment = { group = "androidx.navigation", name = "navigation-fragment", version.ref = "nav" }
4141
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"
5656
gson = { module = "com.google.code.gson:gson", version = "2.12.1" }
5757
hiddenapibypass = { module = "org.lsposed.hiddenapibypass:hiddenapibypass", version = "6.1" }
5858
kotlin-stdlib = { module = "org.jetbrains.kotlin:kotlin-stdlib", version.ref = "kotlin" }
59-
kotlinx-coroutines-core = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-core", version = "1.10.1" }
59+
kotlinx-coroutines-core = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-core", version = "1.10.2" }
6060

6161
libxposed-api = { group = "io.github.libxposed", name = "api", version.ref = "libxposed" }
6262
libxposed-interface = { group = "io.github.libxposed", name = "interface", version.ref = "libxposed" }

0 commit comments

Comments
 (0)