Skip to content

Commit 867a21a

Browse files
dependabot[bot]jdvp
authored andcommitted
Bump androidx.core:core-ktx in the gradle-dependencies group
Bumps the gradle-dependencies group with 1 update: androidx.core:core-ktx. Updates `androidx.core:core-ktx` from 1.17.0 to 1.18.0 --- updated-dependencies: - dependency-name: androidx.core:core-ktx dependency-version: 1.18.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gradle-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1ec103b commit 867a21a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libtestingexample/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ android {
3232
}
3333

3434
dependencies {
35-
implementation "androidx.core:core-ktx:1.17.0"
35+
implementation "androidx.core:core-ktx:1.18.0"
3636
implementation "androidx.appcompat:appcompat:1.7.1"
3737
implementation "com.google.android.material:material:1.13.0"
3838
androidTestImplementation "androidx.test.ext:junit:1.3.0"

0 commit comments

Comments
 (0)