Skip to content

Commit fec03b1

Browse files
chore(deps): bump androidxTestKotlin from 1.7.1 to 1.7.2
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]>
1 parent 27e73af commit fec03b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ android {
8181
}
8282

8383
dependencies {
84-
val androidxTestKotlin = "1.7.1"
84+
val androidxTestKotlin = "1.7.2"
8585
implementation(fileTree(mapOf("dir" to "libs", "include" to listOf("*.jar"))))
8686
implementation("androidx.core:core-ktx:1.13.1")
8787
implementation("androidx.appcompat:appcompat:1.7.0")

0 commit comments

Comments
 (0)