Skip to content

Commit

Permalink
chore(deps): bump core-ktx in /packages/share_plus/share_plus/android
Browse files Browse the repository at this point in the history
Bumps core-ktx from 1.7.0 to 1.9.0.

---
updated-dependencies:
- dependency-name: androidx.core:core-ktx
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Oct 18, 2022
1 parent e99b67a commit 1a22639
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/share_plus/share_plus/android/build.gradle
Expand Up @@ -37,7 +37,7 @@ android {

dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
implementation 'androidx.core:core-ktx:1.7.0'
implementation 'androidx.core:core-ktx:1.9.0'
implementation 'androidx.annotation:annotation:1.5.0'
}
}

0 comments on commit 1a22639

Please sign in to comment.