mirror of
https://github.com/syncthing/syncthing-android.git
synced 2024-11-25 13:51:16 +00:00
Bump ndk to 25
This commit is contained in:
parent
c9ea58cfca
commit
6de42634b3
2 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@ buildscript {
|
||||||
ext {
|
ext {
|
||||||
// Cannot be called "ndkVersion" as that leads to naming collision
|
// Cannot be called "ndkVersion" as that leads to naming collision
|
||||||
// Changes to this value must be reflected in `./docker/Dockerfile`
|
// Changes to this value must be reflected in `./docker/Dockerfile`
|
||||||
ndkVersionShared = '23.2.8568313'
|
ndkVersionShared = '25.1.8937393'
|
||||||
}
|
}
|
||||||
repositories {
|
repositories {
|
||||||
google()
|
google()
|
||||||
|
|
|
@ -27,7 +27,7 @@ ARG SDKMANAGER="${ANDROID_HOME}/cmdline-tools/bin/sdkmanager --sdk_root=${ANDROI
|
||||||
RUN yes | $SDKMANAGER --licenses > /dev/null
|
RUN yes | $SDKMANAGER --licenses > /dev/null
|
||||||
|
|
||||||
# NDK version
|
# NDK version
|
||||||
ENV NDK_VERSION 23.2.8568313
|
ENV NDK_VERSION 25.1.8937393
|
||||||
|
|
||||||
# Install other android packages, including NDK
|
# Install other android packages, including NDK
|
||||||
RUN $SDKMANAGER tools platform-tools "build-tools;31.0.0" "platforms;android-31" "extras;android;m2repository" "ndk;${NDK_VERSION}"
|
RUN $SDKMANAGER tools platform-tools "build-tools;31.0.0" "platforms;android-31" "extras;android;m2repository" "ndk;${NDK_VERSION}"
|
||||||
|
|
Loading…
Reference in a new issue