Skip to content

Commit

Permalink
Merge pull request #32 from enobufs/use-ndk-r20
Browse files Browse the repository at this point in the history
Upgrade NDK from r19 to r20.

Addressed NDK r19 issue: android/ndk#849
  • Loading branch information
mingchen authored Jul 22, 2019
2 parents 5133dc2 + bb2b15e commit 018e39e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ ENV ANDROID_HOME="/opt/android-sdk" \
ENV ANDROID_SDK_TOOLS_VERSION="4333796"

# Get the latest version from https://developer.android.com/ndk/downloads/index.html
ENV ANDROID_NDK_VERSION="19"
ENV ANDROID_NDK_VERSION="20"

# nodejs version
ENV NODE_VERSION="10.x"
Expand Down

0 comments on commit 018e39e

Please sign in to comment.