You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-5
Original file line number
Diff line number
Diff line change
@@ -6,11 +6,14 @@ The core code can be found at [`app/src/main/cpp`](app/src/main/cpp). To build t
6
6
7
7
Default setup:
8
8
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.
0 commit comments