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 r17b (#126)
Browse files Browse the repository at this point in the history
  • Loading branch information
koral-- authored and ghaabor committed Jun 13, 2018
1 parent 208d948 commit bde21b8
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 @@
## `v2018_06_13_1`

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

## `v2018_05_09_1`

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


# ------------------------------------------------------
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 v2018_05_09_1
ENV BITRISE_DOCKER_REV_NUMBER_ANDROID_NDK v2018_06_13_1
CMD bitrise -version

0 comments on commit bde21b8

Please sign in to comment.