Skip to content

Commit

Permalink
Upgrade Android NDK to r28 version
Browse files Browse the repository at this point in the history
  • Loading branch information
tyranron committed Feb 6, 2025
1 parent a875f93 commit a3bc527
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 7 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



## [main] · unreleased
[main]: /../../tree/main
## [3.5.4-ndkr28-rust1.84-r0] · 2025-02-06
[3.5.4-ndkr28-rust1.84-r0]: /../../tree/3.5.4-ndkr28-rust1.84-r0

[Diff](/../../compare/3.5.4-ndkr27c-rust1.84-r1...main)
[Diff](/../../compare/3.5.4-ndkr27c-rust1.84-r1...3.5.4-ndkr28-rust1.84-r0)

### Upgraded

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

### 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.84
FROM rust:${rust_ver}-slim-bookworm

ARG android_ndk_ver=r27c
ARG android_ndk_ver=r28
ARG cargo_ndk_ver=3.5.4
ARG build_rev=1
ARG build_rev=0


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

[![Release](https://img.shields.io/github/v/release/instrumentisto/cargo-ndk-docker-image "Release")](https://github.com/instrumentisto/cargo-ndk-docker-image/releases)
[![CI](https://github.com/instrumentisto/cargo-ndk-docker-image/workflows/CI/badge.svg?branch=main "CI")](https://github.com/instrumentisto/cargo-ndk-docker-image/actions?query=workflow%3ACI+branch%3Amain)
[![CI](https://github.com/instrumentisto/cargo-ndk-docker-image/actions/workflows/ci.yml/badge.svg?branch=main "CI")](https://github.com/instrumentisto/cargo-ndk-docker-image/actions?query=workflow%3ACI+branch%3Amain)
[![Docker Hub](https://img.shields.io/docker/pulls/instrumentisto/cargo-ndk?label=Docker%20Hub%20pulls "Docker Hub pulls")](https://hub.docker.com/r/instrumentisto/cargo-ndk)

[Docker Hub](https://hub.docker.com/r/instrumentisto/cargo-ndk)
Expand All @@ -16,7 +16,7 @@ cargo-ndk Docker image

## Supported tags and respective `Dockerfile` links

- [`3.5.4-ndkr27c-rust1.84-r1`, `3.5.4-ndkr27c-rust1.84`, `3.5.4-ndkr27c`, `3.5-ndkr27c`, `3-ndkr27c`, `3.5.4`, `3.5`, `3`, `latest`][101]
- [`3.5.4-ndkr28-rust1.84-r0`, `3.5.4-ndkr28-rust1.84`, `3.5.4-ndkr28`, `3.5-ndkr28`, `3-ndkr28`, `3.5.4`, `3.5`, `3`, `latest`][101]



Expand Down

1 comment on commit a3bc527

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