Skip to content

Commit

Permalink
build(deps): bump the gradle-minor-dependencies group with 2 updates (#…
Browse files Browse the repository at this point in the history
…77)

Bumps the gradle-minor-dependencies group with 2 updates: androidx.appcompat:appcompat and androidx.lifecycle:lifecycle-runtime-ktx.


Updates `androidx.appcompat:appcompat` from 1.6.1 to 1.7.0

Updates `androidx.lifecycle:lifecycle-runtime-ktx` from 2.8.0 to 2.8.1

---
updated-dependencies:
- dependency-name: androidx.appcompat:appcompat
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle-minor-dependencies
- dependency-name: androidx.lifecycle:lifecycle-runtime-ktx
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle-minor-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jun 6, 2024
1 parent 002058d commit 504045d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ android {
dependencies {

implementation("androidx.core:core-ktx:1.13.1")
implementation("androidx.appcompat:appcompat:1.6.1")
implementation("androidx.appcompat:appcompat:1.7.0")
implementation("com.google.android.material:material:1.12.0")
implementation(project(":library"))
implementation("androidx.constraintlayout:constraintlayout:2.1.4")
Expand All @@ -57,7 +57,7 @@ dependencies {
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.1")
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-android:1.8.1")
implementation("androidx.browser:browser:1.8.0")
implementation("androidx.lifecycle:lifecycle-runtime-ktx:2.8.0")
implementation("androidx.lifecycle:lifecycle-runtime-ktx:2.8.1")
annotationProcessor("androidx.room:room-compiler:2.6.1")
testImplementation("junit:junit:4.13.2")
androidTestImplementation("androidx.test.ext:junit:1.1.5")
Expand Down
2 changes: 1 addition & 1 deletion library/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ signing {
dependencies {

implementation("androidx.core:core-ktx:1.13.1")
implementation("androidx.appcompat:appcompat:1.6.1")
implementation("androidx.appcompat:appcompat:1.7.0")
implementation("com.google.androidbrowserhelper:androidbrowserhelper:2.5.0")
implementation("org.jetbrains.kotlinx:kotlinx-serialization-cbor:1.6.3")
implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.6.3")
Expand Down

0 comments on commit 504045d

Please sign in to comment.