瀏覽代碼

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

Anonymous Maarten 1 年之前
父節點
當前提交
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 {
     /* ... */