Skip to content

Commit 617075b

Browse files
authored
Try to upload Firebase mapping (#464)
* Try to upload Firebase mapping * Add the GitHub issue link
1 parent ff42fe6 commit 617075b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

app/build.gradle

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,4 +184,9 @@ project.afterEvaluate {
184184
buildDir.mkdir()
185185
new File("$buildDir/play-publish-key.json").write(credentials)
186186
}
187+
188+
// https://github.com/Triple-T/gradle-play-publisher/issues/859
189+
tasks.named("publishBundle").configure {
190+
it.dependsOn("uploadCrashlyticsMappingFileRelease")
191+
}
187192
}

0 commit comments

Comments
 (0)