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