Skip to content

Commit

Permalink
Bump core-ktx from 1.7.0 to 1.8.0 (#2661)
Browse files Browse the repository at this point in the history
Bumps core-ktx from 1.7.0 to 1.8.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 Jun 1, 2022
1 parent 2bbf796 commit c47c7ec
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.7.0',
ktx: 'androidx.core:core-ktx:1.8.0',
compat: 'androidx.appcompat:appcompat:1.4.1',
material: 'com.google.android.material:material:1.6.1',
junit: 'androidx.test.ext:junit:1.1.3',
Expand Down

0 comments on commit c47c7ec

Please sign in to comment.