Skip to content

Commit

Permalink
Bump core-ktx from 1.5.0 to 1.6.0 (#2382)
Browse files Browse the repository at this point in the history
Bumps core-ktx from 1.5.0 to 1.6.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>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Aug 2, 2021
1 parent a55d19e commit 1860794
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/dependencies.gradle
Expand Up @@ -43,7 +43,7 @@ libraries.kotlin = [
gradlePlugin: "org.jetbrains.kotlin:kotlin-gradle-plugin:${kotlinVersion}",
]
libraries.android = [
ktx: 'androidx.core:core-ktx:1.5.0',
ktx: 'androidx.core:core-ktx:1.6.0',
compat: 'androidx.appcompat:appcompat:1.3.1',
material: 'com.google.android.material:material:1.4.0',
junit: 'androidx.test.ext:junit:1.1.3',
Expand Down

0 comments on commit 1860794

Please sign in to comment.