Skip to content
Snippets Groups Projects
Commit d7f5d150 authored by Adrien Béraud's avatar Adrien Béraud
Browse files

build: update ndk

Change-Id: I1a9ee4d4d0a89641db5a60ba7cac238fe6b3fef1
parent 1b538790
No related branches found
No related tags found
No related merge requests found
......@@ -60,9 +60,9 @@ RUN (while sleep 1; do echo "y"; done) | sdkmanager --sdk_root=${ANDROID_HOME} '
'platforms;android-29'\
'extras;android;m2repository'\
'extras;google;m2repository'\
'ndk;21.1.6352462'
'ndk;21.3.6528147'
ENV ANDROID_SDK=${ANDROID_HOME}
ENV ANDROID_NDK=${ANDROID_HOME}/ndk/21.1.6352462
ENV ANDROID_NDK=${ANDROID_HOME}/ndk/21.3.6528147
WORKDIR /home/builder/src
VOLUME /home/builder/src
......@@ -5,7 +5,7 @@ def buildFirebase = project.hasProperty('buildFirebase') || getGradle().getStart
android {
compileSdkVersion 29
buildToolsVersion '29.0.3'
ndkVersion "21.1.6352462"
ndkVersion "21.3.6528147"
defaultConfig {
minSdkVersion 21
targetSdkVersion 29
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment