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 802f937 commit 5f501c5Copy full SHA for 5f501c5
buildSrc/src/main/java/com/google/firebase/gradle/plugins/ProjectUtils.kt
@@ -43,7 +43,7 @@ val Project.javadocConfig: Configuration
43
val Project.dackkaConfig: Configuration
44
get() =
45
configurations.findByName("dackkaArtifacts") ?: configurations.create("dackkaArtifacts") {
46
- dependencies.add(this@dackkaConfig.dependencies.create("com.google.devsite:dackka-fat:1.0.1"))
+ dependencies.add(this@dackkaConfig.dependencies.create("com.google.devsite:dackka-fat:1.0.3"))
47
}
48
49
/**
0 commit comments