Skip to content

Commit e8006c2

Browse files
Bump androidx.core:core-ktx from 1.16.0 to 1.17.0 in /android (#427)
Bumps androidx.core:core-ktx from 1.16.0 to 1.17.0. --- updated-dependencies: - dependency-name: androidx.core:core-ktx dependency-version: 1.17.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a60995a commit e8006c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,6 @@ tasks.register("clean", Delete) {
3434
}
3535
configurations.all {
3636
resolutionStrategy {
37-
force "androidx.core:core-ktx:1.16.0"
37+
force "androidx.core:core-ktx:1.17.0"
3838
}
3939
}

0 commit comments

Comments
 (0)