Skip to content

Commit 813124f

Browse files
authored
Merge pull request #62 from matrix-org/jme/ci/test-ndk-27
Try using NDK 27 to generate the bindings now
2 parents 262b9c4 + 5beb399 commit 813124f

File tree

4 files changed

+692
-37
lines changed

4 files changed

+692
-37
lines changed

.github/workflows/release_crypto.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -54,12 +54,6 @@ jobs:
5454
- name: Install android sdk
5555
uses: malinskiy/action-android/install-sdk@release/0.1.4
5656

57-
- name: Install android ndk
58-
uses: nttld/setup-ndk@v1
59-
id: install-ndk
60-
with:
61-
ndk-version: r25c
62-
6357
# - name: Create symlinks for buildchain
6458
# run: |
6559
# export PATH="${{ steps.install-ndk.outputs.ndk-path }}/toolchains/llvm/prebuilt/darwin-x86_64/bin:$PATH"

.github/workflows/release_sdk_parallel.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -48,12 +48,6 @@ jobs:
4848
- name: Install android sdk
4949
uses: malinskiy/action-android/install-sdk@release/0.1.4
5050

51-
- name: Install android ndk
52-
uses: nttld/setup-ndk@v1
53-
id: install-ndk
54-
with:
55-
ndk-version: r25c
56-
5751
- name: Install Rust
5852
uses: dtolnay/rust-toolchain@stable
5953

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
object BuildVersionsSDK {
22
const val majorVersion = 0
33
const val minorVersion = 2
4-
const val patchVersion = 35
4+
const val patchVersion = 36
55
}

0 commit comments

Comments
 (0)