File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
src/main/java/com/dan/simplerawcamera Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -69,4 +69,5 @@ dependencies {
6969 implementation " org.jetbrains.kotlinx:kotlinx-coroutines-core:1.4.2-native-mt"
7070 implementation " org.jetbrains.kotlinx:kotlinx-coroutines-android:1.3.9"
7171 implementation " androidx.documentfile:documentfile:1.0.1"
72+ implementation " androidx.exifinterface:exifinterface:1.3.6"
7273}
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ import android.hardware.camera2.params.OutputConfiguration
1414import android.hardware.camera2.params.SessionConfiguration
1515import android.location.Location
1616import android.location.LocationManager
17- import android .media.ExifInterface
17+ import androidx.exifinterface .media.ExifInterface
1818import android.media.Image
1919import android.media.ImageReader
2020import android.net.Uri
You can’t perform that action at this time.
0 commit comments