Skip to content

Commit

Permalink
chore(deps): bump kotlin-stdlib from 1.6.10 to 1.6.20 in /app (#111)
Browse files Browse the repository at this point in the history
Bumps [kotlin-stdlib](https://github.com/JetBrains/kotlin) from 1.6.10 to 1.6.20.
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](https://github.com/JetBrains/kotlin/commits)

---
updated-dependencies:
- dependency-name: org.jetbrains.kotlin:kotlin-stdlib
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Apr 1, 2022
1 parent 072391c commit 7488eba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ android {
dependencies {
implementation "androidx.appcompat:appcompat:1.3.0"
implementation "androidx.core:core-ktx:1.6.0"
implementation "org.jetbrains.kotlin:kotlin-stdlib:1.6.10"
implementation "org.jetbrains.kotlin:kotlin-stdlib:1.6.20"
implementation 'androidx.multidex:multidex:2.0.1'
api "com.google.android.libraries.places:places:2.4.0"
implementation "com.google.android.gms:play-services-maps:17.0.1"
Expand Down

0 comments on commit 7488eba

Please sign in to comment.