From 9a049fc7716c92d822fc720cf3254fc84836dd89 Mon Sep 17 00:00:00 2001 From: Neuman Vong Date: Mon, 15 Jan 2024 16:09:42 +1100 Subject: [PATCH] Set NDK version --- .github/workflows/build.yml | 2 ++ examples/llama.android/app/build.gradle.kts | 2 ++ 2 files changed, 4 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 391913499..9e9c5bdbf 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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: | diff --git a/examples/llama.android/app/build.gradle.kts b/examples/llama.android/app/build.gradle.kts index 325b739ea..96d0e169e 100644 --- a/examples/llama.android/app/build.gradle.kts +++ b/examples/llama.android/app/build.gradle.kts @@ -7,6 +7,8 @@ android { namespace = "com.example.llama" compileSdk = 34 + ndkVersion = "26.1.10909125" + defaultConfig { applicationId = "com.example.llama" minSdk = 33