Skip to content

Commit

Permalink
update components version: 124.1.0
Browse files Browse the repository at this point in the history
upgrade ndk to r26c
  • Loading branch information
akliuxingyuan committed Mar 23, 2024
1 parent e704d5b commit d8b03b8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions automation/iceraven/install-sdk.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ popd
export ANDROID_SDK_ROOT=$HOME/android-sdk/android-sdk-linux

# Install the weirdly missing NDK
${ANDROID_SDK_ROOT}/cmdline-tools/tools/bin/sdkmanager "ndk;25.2.9519653"
${ANDROID_SDK_ROOT}/cmdline-tools/tools/bin/sdkmanager "ndk;26.2.11394342"

# Point the build at the tools
echo "sdk.dir=${ANDROID_SDK_ROOT}" >> local.properties
echo "sdk.dir=${ANDROID_SDK_ROOT}" >> local.properties
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
124.0
124.1.0

0 comments on commit d8b03b8

Please sign in to comment.