Skip to content

Commit

Permalink
修正Readme的错误
Browse files Browse the repository at this point in the history
  • Loading branch information
Daylily-Zeleen committed Apr 17, 2024
1 parent dc46e51 commit 10aac89
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ This project is cost a lot of time and effort, if it can help you, please [buy m
```

4. According to the requirement of "EOS Android SDK", update the `minSdk` to `23`.
5. Modify `src/com/godot/game/GodotGame.java`:
5. Modify `src/com/godot/game/GodotApp.java`:
1. Load `EOSSDK` library.
2. Initialize `EOSSDK`.
At last, it will like this:
Expand Down
2 changes: 1 addition & 1 deletion README.zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@
```

4. 根据 EOS Android SDK 的要求,在 `config.gradle` 中将 `minSdk` 改为`23`或以上。
5. 修改`src/com/godot/game/GodotGame.java`:
5. 修改`src/com/godot/game/GodotApp.java`:
1. 加载`EOSSDK`库。
2. 使用初始化`EOSSDK`
最终该文件将如下所示:
Expand Down

0 comments on commit 10aac89

Please sign in to comment.