From 46903e61e6875b346a13f65e982a05ee3e845122 Mon Sep 17 00:00:00 2001 From: Anonymous Maarten 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 9d633f4a2..829fb8057 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 { /* ... */