Ver Fonte

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

Anonymous Maarten há 8 meses atrás
pai
commit
46903e61e6
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      build-scripts/pkg-support/android/INSTALL.md.in

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