Просмотр исходного кода

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

Anonymous Maarten 1 год назад
Родитель
Сommit
46903e61e6
1 измененных файлов с 1 добавлено и 1 удалено
  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@-@[email protected]) 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 {
     /* ... */