Skip to content

Commit

Permalink
Upgrade Android NDK to r26c version
Browse files Browse the repository at this point in the history
  • Loading branch information
tyranron committed Feb 14, 2024
1 parent 6a0cc10 commit 0bf1ad4
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
10 changes: 7 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,14 @@ All user visible changes to this project will be documented in this file. This p



## [3.4.0-ndkr26b-rust1.76-r0] · 2024-??-?? (unreleased)
[3.4.0-ndkr26b-rust1.76-r0]: /../../tree/3.4.0-ndkr26b-rust1.76-r0
## [3.4.0-ndkr26c-rust1.76-r0] · 2024-02-14
[3.4.0-ndkr26c-rust1.76-r0]: /../../tree/3.4.0-ndkr26c-rust1.76-r0

[Diff](/../../compare/3.4.0-ndkr26b-rust1.76-r0...3.4.0-ndkr26c-rust1.76-r0)

### Upgraded

[Diff](/../../compare/3.4.0-ndkr26b-rust1.76-r0...)
- [Android NDK] r26b: <https://github.com/android/ndk/wiki/Changelog-r26#r26c>

### Security updated

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
ARG rust_ver=1.76
FROM rust:${rust_ver}-slim-bookworm

ARG android_ndk_ver=r26b
ARG android_ndk_ver=r26c
ARG cargo_ndk_ver=3.4.0
ARG build_rev=0

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-ndkr26b-rust1.76-r0`, `3.4.0-ndkr26b-rust1.76`, `3.4.0-ndkr26b`, `3.4-ndkr26b`, `3-ndkr26b`, `3.4.0`, `3.4`, `3`, `latest`][101]
- [`3.4.0-ndkr26c-rust1.76-r0`, `3.4.0-ndkr26c-rust1.76`, `3.4.0-ndkr26c`, `3.4-ndkr26c`, `3-ndkr26c`, `3.4.0`, `3.4`, `3`, `latest`][101]



Expand Down

1 comment on commit 0bf1ad4

@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.