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 ec31742 commit 9650f0cCopy full SHA for 9650f0c
firebase-inappmessaging-display/firebase-inappmessaging-display.gradle
@@ -32,6 +32,13 @@ android {
32
33
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
34
}
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
+ }
42
43
compileOptions {
44
sourceCompatibility JavaVersion.VERSION_1_8
0 commit comments