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

Commit

Permalink
Update NDK to r20 (#186)
Browse files Browse the repository at this point in the history
  • Loading branch information
koral-- authored and viktorbenei committed Jul 2, 2019
1 parent 2b20a7e commit 85546f8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# `v2019_06_16_1`

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

# `v2019_01_17_1`

* `android-ndk-r19-linux-x86_64` - thanks to [koral--](https://github.com/koral--)'s [PR](https://github.com/bitrise-docker/android-ndk/pull/163)
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 r19
ENV ANDROID_NDK_VERSION r20


# ------------------------------------------------------
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 v2019_01_17_1
ENV BITRISE_DOCKER_REV_NUMBER_ANDROID_NDK v2019_06_16_1
CMD bitrise -version

0 comments on commit 85546f8

Please sign in to comment.