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 21957d0 commit 4caeaf1Copy full SHA for 4caeaf1
1 file changed
app/lint.xml
@@ -1,4 +1,15 @@
1
<lint>
2
+ <issue id="DefaultLocale">
3
+ <!-- Forked from AndroidX ExifInterface -->
4
+ <ignore path="src/main/java/androidxc/exifinterface/media/ExifInterface.java"/>
5
+ </issue>
6
+
7
+ <issue id="ObsoleteSdkInt">
8
9
10
+ <ignore path="src/main/java/androidxc/exifinterface/media/ExifInterfaceUtils.java"/>
11
12
13
<issue id="RestrictedApi">
14
<!-- Forked from CameraX -->
15
<ignore path="src/main/java/androidxc/camera/core/impl/utils/Exif.java"/>
0 commit comments