File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed
firebase-inappmessaging-display Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -32,6 +32,13 @@ android {
32
32
33
33
testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
34
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
+ }
35
42
36
43
compileOptions {
37
44
sourceCompatibility JavaVersion . VERSION_1_8
Original file line number Diff line number Diff line change 13
13
# limitations under the License.
14
14
org.gradle.jvmargs =-Xmx8g -XX:MaxPermSize=8g
15
15
16
- android.enableJetifier =true
17
- android.useAndroidX =true
18
- android.jetifier.blacklist =errorprone,firebase-encoders-processor
19
-
20
16
org.gradle.parallel =true
21
17
org.gradle.caching =true
22
18
You can’t perform that action at this time.
0 commit comments