Skip to content

Commit 3221dc3

Browse files
chore(deps): bump androidx.core:core-ktx from 1.10.1 to 1.13.0 in /tutorials/kotlin/MapWithMarker (#1546)
chore(deps): bump androidx.core:core-ktx Bumps androidx.core:core-ktx from 1.10.1 to 1.13.0. --- updated-dependencies: - dependency-name: androidx.core:core-ktx 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 12a0750 commit 3221dc3

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.10.1"
35+
implementation "androidx.core:core-ktx:1.13.0"
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)