Skip to content

Commit 9ff8678

Browse files
chore(deps): bump androidx.core:core-ktx from 1.13.0 to 1.13.1 in /tutorials/kotlin/MapWithMarker (#1566)
chore(deps): bump androidx.core:core-ktx Bumps androidx.core:core-ktx from 1.13.0 to 1.13.1. --- updated-dependencies: - dependency-name: androidx.core:core-ktx dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 52d7347 commit 9ff8678

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorials/kotlin/MapWithMarker/app/build.gradle

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

3333
dependencies {
3434
implementation fileTree(dir: 'libs', include: ['*.jar'])
35-
implementation "androidx.core:core-ktx:1.13.0"
35+
implementation "androidx.core:core-ktx:1.13.1"
3636
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
3737
implementation 'androidx.appcompat:appcompat:1.6.1'
3838
implementation 'com.google.android.gms:play-services-maps:18.2.0'

0 commit comments

Comments
 (0)