Skip to content

Commit

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

Bumps the maven-dependencies group with 3 updates: com.android.application, androidx.lifecycle:lifecycle-runtime-ktx and androidx.core:core-splashscreen.


Updates `com.android.application` from 8.6.0 to 8.6.1

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

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

---
updated-dependencies:
- dependency-name: com.android.application
  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: androidx.core:core-splashscreen
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>

* Update build.gradle.kts

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: 有鲫雪狐 <[email protected]>
  • Loading branch information
dependabot[bot] and ArcticFoxPro authored Sep 19, 2024
1 parent b66c198 commit bb9d67e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ android {

dependencies {
implementation("androidx.core:core-ktx:1.13.1")
implementation("androidx.lifecycle:lifecycle-runtime-ktx:2.8.5")
implementation("androidx.lifecycle:lifecycle-runtime-ktx:2.8.6")
implementation("androidx.appcompat:appcompat:1.7.0")
implementation("androidx.core:core-splashscreen:1.1.0-rc01")
implementation("com.google.android.material:material:1.13.0-alpha06")
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
plugins {
id("com.android.application") version "8.6.0" apply false
id("com.android.application") version "8.6.1" apply false
id("org.jetbrains.kotlin.android") version "2.0.20" apply false
}

0 comments on commit bb9d67e

Please sign in to comment.