Fix android SDK versions

This commit is contained in:
Garry O'Donnell
2023-03-16 19:02:15 +00:00
committed by GitHub
parent ec143f7bbc
commit 08d0bdafa4

View File

@@ -29,8 +29,8 @@ Download and install the Android SDK.
- Ensure that the `required packages <https://developer.android.com/studio/intro/update#recommended>`__ are installed as well.
- Android SDK Platform-Tools version 30.0.5 or later
- Android SDK Build-Tools version 30.0.3
- Android SDK Platform 31
- Android SDK Build-Tools version 32.0.0
- Android SDK Platform 32
- Android SDK Command-line Tools (latest)
- CMake version 3.10.2.4988404
- NDK version r23c (23.2.8568313)
@@ -41,7 +41,7 @@ Download and install the Android SDK.
::
sdkmanager --sdk_root=<android_sdk_path> "platform-tools" "build-tools;30.0.3" "platforms;android-31" "cmdline-tools;latest" "cmake;3.10.2.4988404" "ndk;21.4.7075529"
sdkmanager --sdk_root=<android_sdk_path> "platform-tools" "build-tools;32.0.0" "platforms;android-32" "cmdline-tools;latest" "cmake;3.10.2.4988404" "ndk;21.4.7075529"
.. note::