SDL: Fix typo in the Android archive's INSTALL.md documentation

From 46903e61e6875b346a13f65e982a05ee3e845122 Mon Sep 17 00:00:00 2001
From: Anonymous Maarten <[EMAIL REDACTED]>
Date: Thu, 22 Aug 2024 18:11:17 +0200
Subject: [PATCH] Fix typo in the Android archive's INSTALL.md documentation

---
 build-scripts/pkg-support/android/INSTALL.md.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build-scripts/pkg-support/android/INSTALL.md.in b/build-scripts/pkg-support/android/INSTALL.md.in
index 9d633f4a2d00c..829fb80572822 100644
--- a/build-scripts/pkg-support/android/INSTALL.md.in
+++ b/build-scripts/pkg-support/android/INSTALL.md.in
@@ -4,7 +4,7 @@ For integration with CMake/ndk-build, it uses [prefab](https://google.github.io/
 
 Copy this archive (@PROJECT_NAME@-@PROJECT_VERSION@.aar) to a `app/libs` directory of your project.
 
-In `app/gradle.build` of your Android project, add:
+In `app/build.gradle` of your Android project, add:

android {
/* … */