Skip to content

Commit

Permalink
Update NDK to 21.1.6352462
Browse files Browse the repository at this point in the history
  • Loading branch information
valldrac committed May 12, 2020
1 parent 818a78f commit ec4f101
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ENV ANDROID_API_LEVELS android-28
ENV ANDROID_BUILD_TOOLS_VERSION 28.0.3
ENV ANDROID_SDK_DIST sdk-tools-linux-4333796.zip
ENV ANDROID_SDK_SHA256 92ffee5a1d98d856634e8b71132e8a95d96c83a63fde1099be3d86df3106def9
ENV ANDROID_NDK_VERSION 21.0.6113669
ENV ANDROID_NDK_VERSION 21.1.6352462

ENV ANDROID_HOME /opt/android-sdk-linux

Expand Down
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ android {
abiFilters 'armeabi-v7a', 'arm64-v8a', 'x86_64'
}

ndkVersion "21.0.6113669"
ndkVersion "21.1.6352462"

resConfigs autoResConfig()

Expand Down

0 comments on commit ec4f101

Please sign in to comment.