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