File tree 2 files changed +4
-2
lines changed
2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ The `FirebasePlatform` interface also includes a `getDatabasePath` method for yo
67
67
open fun getDatabasePath (name : String ): File = File (" ${System .getProperty(" java.io.tmpdir" )}${File .separatorChar}$name " )
68
68
```
69
69
70
- This is used by Firestore to support [ offline data persistence] ( https://firebase.google.com/docs/firestore/manage-data/enable-offline ) .
70
+ This is used by Firestore to support [ offline data persistence] ( https://firebase.google.com/docs/firestore/manage-data/enable-offline ) .
71
71
72
72
#### Initialize the Firebase application
73
73
Original file line number Diff line number Diff line change @@ -73,7 +73,9 @@ tasks {
73
73
withType<Sign >().configureEach {
74
74
onlyIf { ! project.gradle.startParameter.taskNames.any { " MavenLocal" in it } }
75
75
}
76
-
76
+ javadoc {
77
+ exclude(" android/**" , " libcore/util/**" )
78
+ }
77
79
}
78
80
79
81
val jar by tasks.getting(Jar ::class ) {
You can’t perform that action at this time.
0 commit comments