This commit is contained in:
Maximilian Ammann 2022-06-02 15:55:53 +02:00
parent c707fa3b5c
commit 75f69fa840
2 changed files with 8 additions and 1 deletions

View File

@ -18,6 +18,13 @@ jobs:
shell: bash
run: just nightly-toolchain-android
- uses: Swatinem/rust-cache@v1
- name: Set NDK Version
shell: bash
run: |
ANDROID_ROOT=/usr/local/lib/android
ANDROID_SDK_ROOT=${ANDROID_ROOT}/sdk
ANDROID_NDK_ROOT=${ANDROID_SDK_ROOT}/ndk-bundle
ln -sfn $ANDROID_SDK_ROOT/ndk/23.2.8568313 $ANDROID_NDK_ROOT
- name: Build
shell: bash
run: just build-android

View File

@ -7,7 +7,7 @@ plugins {
apply plugin: 'kotlin-android'
android {
ndkVersion "23.1.7779620"
ndkVersion "23.2.8568313"
compileSdkVersion 29