diff --git a/.github/workflows/android_builds.yml b/.github/workflows/android_builds.yml index 353f8595ef33..7a72c9575527 100644 --- a/.github/workflows/android_builds.yml +++ b/.github/workflows/android_builds.yml @@ -31,9 +31,9 @@ jobs: - name: Setup Android SDK and NDK uses: android-actions/setup-android@v3 with: - # Using an old version to be compatible with Java 11. + # Using an old version to be compatible with older Java. cmdline-tools-version: 8512546 - packages: tools platform-tools ndk;${{env.ANDROID_NDK_VERSION}} + packages: build-tools;28.0.3 platforms;android-28 cmake;3.10.2.4988404 ndk;${{env.ANDROID_NDK_VERSION}} # Use python 3.x release (works cross platform) - name: Set up Python 3.x