Skip to content

Commit 9650f0c

Browse files
committed
Disable fiamd androidx lint check.
1 parent ec31742 commit 9650f0c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

firebase-inappmessaging-display/firebase-inappmessaging-display.gradle

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,13 @@ android {
3232

3333
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
3434
}
35+
lintOptions {
36+
// com.squareup.picasso:picasso:2.71828 depends on com.android.support:exifinterface so we
37+
// disable this lint error since we have no control over that dependency and enabling
38+
// jetification in our SDK build will still require developers to use jetification in their
39+
// apps.
40+
disable "GradleCompatible"
41+
}
3542

3643
compileOptions {
3744
sourceCompatibility JavaVersion.VERSION_1_8

0 commit comments

Comments
 (0)