Skip to content

Commit

Permalink
Upgrade Android NDK to r26d version
Browse files Browse the repository at this point in the history
  • Loading branch information
tyranron committed Apr 11, 2024
1 parent faf228a commit 035d7c8
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 4 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,18 @@ All user visible changes to this project will be documented in this file. This p



## [3.4.0-ndkr26d-rust1.77-r0] · 2024-04-11
[3.4.0-ndkr26d-rust1.77-r0]: /../../tree/3.4.0-ndkr26d-rust1.77-r0

[Diff](/../../compare/3.4.0-ndkr26c-rust1.77-r2...3.4.0-ndkr26d-rust1.77-r0)

### Upgraded

- [Android NDK] r26d: <https://github.com/android/ndk/wiki/Changelog-r26#r26d>




## [3.4.0-ndkr26c-rust1.77-r2] · 2024-04-10
[3.4.0-ndkr26c-rust1.77-r2]: /../../tree/3.4.0-ndkr26c-rust1.77-r2

Expand Down Expand Up @@ -54,7 +66,7 @@ All user visible changes to this project will be documented in this file. This p

### Upgraded

- [Android NDK] r26b: <https://github.com/android/ndk/wiki/Changelog-r26#r26c>
- [Android NDK] r26c: <https://github.com/android/ndk/wiki/Changelog-r26#r26c>

### Security updated

Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
ARG rust_ver=1.77
FROM rust:${rust_ver}-slim-bookworm

ARG android_ndk_ver=r26c
ARG android_ndk_ver=r26d
ARG cargo_ndk_ver=3.4.0
ARG build_rev=2
ARG build_rev=0


# Install Rust targets for Android platforms
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ cargo-ndk Docker image

## Supported tags and respective `Dockerfile` links

- [`3.4.0-ndkr26c-rust1.77-r2`, `3.4.0-ndkr26c-rust1.77`, `3.4.0-ndkr26c`, `3.4-ndkr26c`, `3-ndkr26c`, `3.4.0`, `3.4`, `3`, `latest`][101]
- [`3.4.0-ndkr26d-rust1.77-r0`, `3.4.0-ndkr26d-rust1.77`, `3.4.0-ndkr26d`, `3.4-ndkr26d`, `3-ndkr26d`, `3.4.0`, `3.4`, `3`, `latest`][101]



Expand Down

1 comment on commit 035d7c8

@tyranron
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.