Skip to content

Commit

Permalink
Bump core-ktx from 1.3.2 to 1.8.0
Browse files Browse the repository at this point in the history
Bumps core-ktx from 1.3.2 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>
  • Loading branch information
dependabot[bot] committed Jun 1, 2022
1 parent 029bd81 commit 3f7d872
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 @@ -49,7 +49,7 @@ def itextpdf_version = '7.2.2'
dependencies {
implementation fileTree(include: ['*.jar'], dir: 'libs')

implementation "androidx.core:core-ktx:1.3.2"
implementation "androidx.core:core-ktx:1.8.0"
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"

implementation 'androidx.exifinterface:exifinterface:1.3.3'
Expand Down

0 comments on commit 3f7d872

Please sign in to comment.