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

This commit is contained in:
Anonymous Maarten 2024-08-22 18:11:17 +02:00
parent 2b8ebf08d1
commit 46903e61e6
1 changed files with 1 additions and 1 deletions

View File

@ -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 {
/* ... */