Skip to content

Commit

Permalink
Fix crash publishing un-minified app
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Saveau <[email protected]>
  • Loading branch information
SUPERCILEX committed Apr 30, 2019
1 parent 6f51538 commit 820d706
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ abstract class PlayPublishPackageBase : PlayPublishTaskBase() {
val customDir = extension._artifactDir

return if (customDir == null) {
variant.mappingFile.orNull()
variant.mappingFile?.orNull()
} else {
customDir.listFiles().orEmpty().singleOrNull { it.name == "mapping.txt" }
}
Expand Down

0 comments on commit 820d706

Please sign in to comment.