Skip to content

Commit 28333e0

Browse files
fix(deps): update dependency androidx.exifinterface:exifinterface to v1.4.2 (#265)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 82304fa commit 28333e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ dependencies {
4848
implementation fileTree(dir: 'libs', include: ['*.jar'])
4949
implementation project(':capacitor-android')
5050
implementation "androidx.appcompat:appcompat:$androidxAppCompatVersion"
51-
implementation 'androidx.exifinterface:exifinterface:1.4.1'
51+
implementation 'androidx.exifinterface:exifinterface:1.4.2'
5252
implementation 'com.google.android.gms:play-services-location:21.3.0'
5353
implementation 'androidx.coordinatorlayout:coordinatorlayout:1.3.0'
5454
// In-memory EXIF writing (no temp files)

0 commit comments

Comments
 (0)