Skip to content

Commit

Permalink
build(deps): bump exifinterface from 1.3.2 to 1.3.3
Browse files Browse the repository at this point in the history
Bumps exifinterface from 1.3.2 to 1.3.3.

---
updated-dependencies:
- dependency-name: androidx.exifinterface:exifinterface
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 5, 2021
1 parent 26d843a commit 3d14c88
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ buildscript {
viewPager = '1.0.0'
biometrics = '1.2.0-alpha03'
joda = '2.10.9.1'
exifinterface= '1.3.2'
exifinterface= '1.3.3'
palette = '1.0.0'
preference = '1.1.1'
collection = '1.1.0'
Expand Down
2 changes: 1 addition & 1 deletion kotlinextensions/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ dependencies {
implementation "androidx.constraintlayout:constraintlayout:$constraint_layout"

//util
implementation 'androidx.exifinterface:exifinterface:1.3.2'
implementation 'androidx.exifinterface:exifinterface:1.3.3'

//core
implementation "androidx.fragment:fragment-ktx:$fragment"
Expand Down

0 comments on commit 3d14c88

Please sign in to comment.