Skip to content

Commit a1ca405

Browse files
committed
Set NDK version
1 parent af349f8 commit a1ca405

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -530,6 +530,8 @@ jobs:
530530

531531
- name: Setup Android SDK
532532
uses: android-actions/setup-android@v3
533+
with:
534+
log-accepted-android-sdk-licenses: false
533535

534536
- name: Build
535537
run: |

examples/llama.android/app/build.gradle.kts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ android {
77
namespace = "com.example.llama"
88
compileSdk = 34
99

10+
ndkVersion = "26.1.10909125"
11+
1012
defaultConfig {
1113
applicationId = "com.example.llama"
1214
minSdk = 33

0 commit comments

Comments
 (0)