Skip to content

Commit

Permalink
Android: Update to NDK 27.2.12479018
Browse files Browse the repository at this point in the history
  • Loading branch information
jhasse committed Jan 16, 2025
1 parent 53bdb99 commit 227f80e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
build:
runs-on: [ubuntu-latest]
container:
image: registry.gitlab.com/jhasse/android-ndk-docker:r27b
image: registry.gitlab.com/jhasse/android-ndk-docker:r27c
steps:
- uses: actions/checkout@v4
- name: Cache CPM.cmake packages
Expand Down
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ mingw:
- ninja -C build-release

android:
image: registry.gitlab.com/jhasse/android-ndk-docker:r27b
image: registry.gitlab.com/jhasse/android-ndk-docker:r27c
stage: build
script:
- make -C android
Expand Down
4 changes: 2 additions & 2 deletions android/test/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@ android {
path 'src/main/cpp/CMakeLists.txt'
}
}
ndkVersion '27.1.12297006'
ndkVersion '27.2.12479018'
namespace 'com.bixense.jngl_test'
}

dependencies {
implementation fileTree(include: ['*.jar'], dir: 'libs')
implementation 'com.google.oboe:oboe:1.8.1'
implementation 'com.google.oboe:oboe:1.9.0'
}

0 comments on commit 227f80e

Please sign in to comment.