From b798a39e038b3938a91bc7154d177bf4071a013c Mon Sep 17 00:00:00 2001 From: Kevin Suhajda <68225534+kevin-suhajda@users.noreply.github.com> Date: Thu, 12 Oct 2023 09:21:08 +0200 Subject: [PATCH] Type correction (#2104) --- content/troubleshooting/common-android-issues.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/troubleshooting/common-android-issues.md b/content/troubleshooting/common-android-issues.md index 93e42004..79da18b6 100644 --- a/content/troubleshooting/common-android-issues.md +++ b/content/troubleshooting/common-android-issues.md @@ -101,7 +101,7 @@ Note: Xcode version 14.2 or lower is required to use Mac Pro machines. ###### Description When publishing to Firebase app Distribution using Gradle, build fails with this error "Could not find method firebaseAppDistribution() for arguments..." -###### Couse +###### Cause This issue is likely caused by missing Distribution Gradle plugin or missing dependency for the App Distribution Gradle plugin. ###### Solution