android: Update Gradle plugin

This commit is contained in:
Tobias Brunner
2023-02-09 18:04:07 +01:00
parent 77bd5ab1a8
commit 7361078d3d
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ jobs:
# so we load the version the Gradle Plugin uses as default but which is
# not installed anymore in the image
- name: Install NDK
run: yes | sudo ${ANDROID_HOME}/tools/bin/sdkmanager --install 'ndk;21.4.7075529'
run: yes | sudo ${ANDROID_HOME}/tools/bin/sdkmanager --install 'ndk;23.1.7779620'
- uses: actions/checkout@v3
- uses: actions/cache@v3
with: