Skip to content

Commit f1bde9f

Browse files
committed
Updated readme
1 parent b9e5ad1 commit f1bde9f

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

README.md

+8-5
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,14 @@ The core code can be found at [`app/src/main/cpp`](app/src/main/cpp). To build t
66

77
Default setup:
88

9-
- Android SDK version 23 (Android 6.0)
10-
- Build Tools 28.0.1
11-
- NDK r12b+
12-
13-
If you don't have the tools of exactly these versions, you can edit `app/build.gradle` to adapt to your local environment. For NDK, it is always safe to use the latest version.
9+
- Android SDK version 27 (Android 8.1)
10+
- Build Tools 29-rc1
11+
- NDK r19c
12+
- Gradle 4.10.3
13+
14+
If you don't have the tools of exactly these versions, you can edit `app/build.gradle` to adapt to your local environment. <del>For NDK, it is always safe to use the latest version.</del>
15+
It is not recommended to use components whose versions are different than above.
16+
When you update the components, please pay attention to warnings in Android Studio.
1417

1518
Please follow the license.
1619

0 commit comments

Comments
 (0)