We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af349f8 commit a1ca405Copy full SHA for a1ca405
.github/workflows/build.yml
@@ -530,6 +530,8 @@ jobs:
530
531
- name: Setup Android SDK
532
uses: android-actions/setup-android@v3
533
+ with:
534
+ log-accepted-android-sdk-licenses: false
535
536
- name: Build
537
run: |
examples/llama.android/app/build.gradle.kts
@@ -7,6 +7,8 @@ android {
7
namespace = "com.example.llama"
8
compileSdk = 34
9
10
+ ndkVersion = "26.1.10909125"
11
+
12
defaultConfig {
13
applicationId = "com.example.llama"
14
minSdk = 33
0 commit comments