Skip to content
This repository has been archived by the owner on Mar 31, 2022. It is now read-only.

Update NDK to r21c #243

Merged
merged 2 commits into from
Jun 5, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# `v2020_05_29_1`

* `android-ndk-r21c-linux-x86_64` - thanks to [koral--](https://github.com/koral--)'s [PR](https://github.com/bitrise-docker/android-ndk/pull/243)

# `v2020_05_03_1`

* `android-ndk-r21b-linux-x86_64` - thanks to [koral--](https://github.com/koral--)'s [PR](https://github.com/bitrise-docker/android-ndk/pull/238)
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM quay.io/bitriseio/android:alpha

ENV ANDROID_NDK_HOME /opt/android-ndk
ENV ANDROID_NDK_VERSION r21b
ENV ANDROID_NDK_VERSION r21c


# ------------------------------------------------------
Expand Down Expand Up @@ -33,6 +33,6 @@ ENV PATH ${PATH}:${ANDROID_NDK_HOME}
# ------------------------------------------------------
# --- Cleanup and rev num

ENV BITRISE_DOCKER_REV_NUMBER_ANDROID_NDK v2020_05_03_1
ENV BITRISE_DOCKER_REV_NUMBER_ANDROID_NDK v2020_05_29_1
CMD bitrise -version