Skip to content

Commit

Permalink
Merge branch 'main' into update-gh-actions
Browse files Browse the repository at this point in the history
  • Loading branch information
maxammann authored Nov 6, 2024
2 parents 0ab7f9d + f31e18a commit d0f2e20
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/library-android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,6 @@ jobs:
targets: x86_64-linux-android aarch64-linux-android i686-linux-android
- name: Install Dependencies
uses: ./.github/actions/install-system-dependencies
- 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/25.2.9519653 $ANDROID_NDK_ROOT
- name: Build
shell: bash
run: just build-android
Expand Down
3 changes: 2 additions & 1 deletion android/gradle/lib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ plugins {
apply plugin: 'kotlin-android'

android {
ndkVersion "27.0.12077973"
// Also update NDK in library-android.yml
ndkVersion "27.2.12479018"

compileSdkVersion 31

Expand Down

0 comments on commit d0f2e20

Please sign in to comment.