Skip to content

Commit 7b0990d

Browse files
authored
Update README.md
1 parent 51c30f7 commit 7b0990d

File tree

1 file changed

+4
-9
lines changed

1 file changed

+4
-9
lines changed

README.md

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,9 @@ Thid party tools and features:
3434
#### Linux _(Tested)_
3535
![Code validation result for Linux targets.](https://github.com/iceshard-engine/engine/actions/workflows/build-validate-linux.yaml/badge.svg)
3636

37-
#### Android _(Untested)_
37+
#### Android _(Tested)_
3838
![Code validation result for Android targets.](https://github.com/iceshard-engine/engine/actions/workflows/build-validate-android.yaml/badge.svg)
3939

40-
##### Known issues
41-
* The x64 binaries do not load properly in emulators
42-
* The binaries use outdated API Levels and NKD version
43-
* The binaries are still build with 4 KiB page support instead of required 16 KiB
44-
4540
#### Emscripten _(Tested)_
4641
![Code validation result for WebAssembly targets.](https://github.com/iceshard-engine/engine/actions/workflows/build-validate-emscripten.yaml/badge.svg)
4742

@@ -60,9 +55,9 @@ To build this engine you will need the following tools and SDKs installed:
6055
* **Linux:**
6156
* Toolchain: Clang-20
6257
* Vulkan SDK _(1.4.313.0 or later)_
63-
* **Android:** _(Outdated)_
64-
* Toolchain: NDK-27
65-
* AndroidAPI: 29
58+
* **Android:**
59+
* Toolchain: NDK-28
60+
* AndroidAPI: 35
6661
* **Web:**
6762
* Toolchain: Emscripten-v4.0.9
6863
* **MacOS:** _(No plans)_

0 commit comments

Comments
 (0)