Skip to content
This repository has been archived by the owner on Dec 5, 2024. It is now read-only.

Commit

Permalink
chore(deps): bump androidxTestKotlin from 1.7.1 to 1.7.2
Browse files Browse the repository at this point in the history
Bumps `androidxTestKotlin` from 1.7.1 to 1.7.2.

Updates `androidx.compose.material:material` from 1.7.1 to 1.7.2

Updates `androidx.compose.animation:animation` from 1.7.1 to 1.7.2

Updates `androidx.compose.ui:ui` from 1.7.1 to 1.7.2

Updates `androidx.compose.ui:ui-tooling` from 1.7.1 to 1.7.2

Updates `androidx.compose.foundation:foundation` from 1.7.1 to 1.7.2

Updates `androidx.compose.ui:ui-test-junit4` from 1.7.1 to 1.7.2

Updates `androidx.compose.ui:ui-test-manifest` from 1.7.1 to 1.7.2

---
updated-dependencies:
- dependency-name: androidx.compose.material:material
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: androidx.compose.animation:animation
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: androidx.compose.ui:ui
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: androidx.compose.ui:ui-tooling
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: androidx.compose.foundation:foundation
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: androidx.compose.ui:ui-test-junit4
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: androidx.compose.ui:ui-test-manifest
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 23, 2024
1 parent 27e73af commit fec03b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ android {
}

dependencies {
val androidxTestKotlin = "1.7.1"
val androidxTestKotlin = "1.7.2"
implementation(fileTree(mapOf("dir" to "libs", "include" to listOf("*.jar"))))
implementation("androidx.core:core-ktx:1.13.1")
implementation("androidx.appcompat:appcompat:1.7.0")
Expand Down

0 comments on commit fec03b1

Please sign in to comment.