We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82304fa commit 28333e0Copy full SHA for 28333e0
android/build.gradle
@@ -48,7 +48,7 @@ dependencies {
48
implementation fileTree(dir: 'libs', include: ['*.jar'])
49
implementation project(':capacitor-android')
50
implementation "androidx.appcompat:appcompat:$androidxAppCompatVersion"
51
- implementation 'androidx.exifinterface:exifinterface:1.4.1'
+ implementation 'androidx.exifinterface:exifinterface:1.4.2'
52
implementation 'com.google.android.gms:play-services-location:21.3.0'
53
implementation 'androidx.coordinatorlayout:coordinatorlayout:1.3.0'
54
// In-memory EXIF writing (no temp files)
0 commit comments