Skip to content

Commit

Permalink
Bump the maven-dependencies group with 6 updates (#87)
Browse files Browse the repository at this point in the history
* Bump the maven-dependencies group with 6 updates

Bumps the maven-dependencies group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| androidx.constraintlayout:constraintlayout | `2.1.4` | `2.2.0` |
| androidx.core:core-ktx | `1.13.1` | `1.15.0` |
| androidx.core:core-splashscreen | `1.1.0-rc01` | `1.2.0-alpha02` |
| androidx.fragment:fragment-ktx | `1.8.4` | `1.8.5` |
| androidx.lifecycle:lifecycle-runtime-ktx | `2.8.6` | `2.8.7` |
| com.android.application | `8.7.1` | `8.7.2` |


Updates `androidx.constraintlayout:constraintlayout` from 2.1.4 to 2.2.0

Updates `androidx.core:core-ktx` from 1.13.1 to 1.15.0

Updates `androidx.core:core-splashscreen` from 1.1.0-rc01 to 1.2.0-alpha02

Updates `androidx.fragment:fragment-ktx` from 1.8.4 to 1.8.5

Updates `androidx.lifecycle:lifecycle-runtime-ktx` from 2.8.6 to 2.8.7

Updates `com.android.application` from 8.7.1 to 8.7.2

---
updated-dependencies:
- dependency-name: androidx.constraintlayout:constraintlayout
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven-dependencies
- dependency-name: androidx.core:core-ktx
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven-dependencies
- dependency-name: androidx.core:core-splashscreen
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven-dependencies
- dependency-name: androidx.fragment:fragment-ktx
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven-dependencies
- dependency-name: androidx.lifecycle:lifecycle-runtime-ktx
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven-dependencies
- dependency-name: com.android.application
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>

* 更新 libs.versions.toml

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: 有鲫雪狐 <139336664+ArcticFoxPro@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and ArcticFoxPro authored Nov 1, 2024
1 parent bb32dd4 commit b35eee0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
[versions]
androidGradlePlugin = "8.7.1"
androidGradlePlugin = "8.7.2"
activityKtxVersion = "1.9.3"
appcompat = "1.7.0"
browserVersion = "1.8.0"
coil = "2.7.0"
constraintlayout = "2.1.4"
coreKtx = "1.13.1"
constraintlayout = "2.2.0"
coreKtx = "1.15.0"
coreSplashscreen = "1.1.0-rc01"
datastorePreferences = "1.1.1"
espressoCore = "3.6.1"
firebaseBom = "33.5.1"
fragmentKtx = "1.8.4"
fragmentKtx = "1.8.5"
googleServices = "4.4.2"
gson = "2.11.0"
junit = "4.13.2"
junitVersion = "1.2.1"
kotlinxCoroutinesAndroid = "1.9.0"
kotlinxSerializationJson = "1.7.3"
library = "1.3.0"
lifecycleRuntimeKtx = "2.8.6"
lifecycleRuntimeKtx = "2.8.7"
material = "1.13.0-alpha07"
mavenArtifact = "3.9.9"
okhttp = "4.12.0"
Expand Down

0 comments on commit b35eee0

Please sign in to comment.