Set NDK version

This commit is contained in:
Neuman Vong 2024-01-15 16:09:42 +11:00
parent 6014a7104f
commit 9a049fc771
2 changed files with 4 additions and 0 deletions

View file

@ -530,6 +530,8 @@ jobs:
- name: Setup Android SDK
uses: android-actions/setup-android@v3
with:
log-accepted-android-sdk-licenses: false
- name: Build
run: |

View file

@ -7,6 +7,8 @@ android {
namespace = "com.example.llama"
compileSdk = 34
ndkVersion = "26.1.10909125"
defaultConfig {
applicationId = "com.example.llama"
minSdk = 33