mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-09-06 03:18:13 +00:00
Fix typo in the Android archive's INSTALL.md documentation
This commit is contained 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.
|
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 {
|
android {
|
||||||
/* ... */
|
/* ... */
|
||||||
|
Reference in New Issue
Block a user