From ae4c22e4966318ab0d4e21ceabdc1fca85edfa8b Mon Sep 17 00:00:00 2001 From: ThomasSession Date: Thu, 5 Feb 2026 13:47:31 +1100 Subject: [PATCH] Update check_for_crowdin_updates.yml Renamed the gradle method --- .github/workflows/check_for_crowdin_updates.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check_for_crowdin_updates.yml b/.github/workflows/check_for_crowdin_updates.yml index 873080c..a5ba995 100644 --- a/.github/workflows/check_for_crowdin_updates.yml +++ b/.github/workflows/check_for_crowdin_updates.yml @@ -263,7 +263,7 @@ jobs: - name: Validate strings for Android run: | cd ${{ github.workspace }}/android - ./gradlew app:generatePlayDebugResValues \ + ./gradlew app:generatePlayDebugResources \ --parallel \ --build-cache \ --configuration-cache \