File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed
firebase-messaging-directboot Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,10 @@ plugins {
16
16
id ' firebase-library'
17
17
}
18
18
19
+ firebaseLibrary {
20
+ publishJavadoc = false
21
+ }
22
+
19
23
android {
20
24
compileSdkVersion project. targetSdkVersion
21
25
@@ -58,4 +62,4 @@ dependencies {
58
62
annotationProcessor ' com.google.auto.value:auto-value:1.6.5'
59
63
implementation ' androidx.appcompat:appcompat:1.3.0'
60
64
implementation " androidx.browser:browser:1.3.0"
61
- }
65
+ }
Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ plugins {
18
18
19
19
firebaseLibrary {
20
20
testLab. enabled = false
21
+ publishJavadoc = false
21
22
releaseWith project(' :firebase-messaging' )
22
23
}
23
24
@@ -68,4 +69,4 @@ dependencies {
68
69
implementation ' com.google.firebase:firebase-measurement-connector:18.0.0'
69
70
implementation " com.google.firebase:firebase-iid-interop:17.0.0"
70
71
implementation " com.google.errorprone:error_prone_annotations:2.9.0"
71
- }
72
+ }
You can’t perform that action at this time.
0 commit comments