Skip to content

Commit

Permalink
Merge pull request #399 from efef/master
Browse files Browse the repository at this point in the history
Update builder_setup.sh
  • Loading branch information
efef authored Oct 19, 2023
2 parents 120d6d1 + 91a1e5a commit c5ff139
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions builder_setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@

SDK_DIR=${HOME}/android-sdk

# current as of 20230522
# current as of 20231019
# see https://developer.android.com/studio/#downloads "Command line tools only"
SDK_VERSION=9477386
SDK_VERSION=10406996

# Always use latest from https://developer.android.com/studio/releases/build-tools
BUILD_TOOLS_VERSION=33.0.2
BUILD_TOOLS_VERSION=34.0.0

# see app/build.gradle for "targetSdkVersion"
PLATFORM_VERSION=31
Expand Down Expand Up @@ -42,7 +42,7 @@ SDK_URL=https://dl.google.com/android/repository/commandlinetools-linux-${SDK_VE
(
cd "${SDK_DIR}" || exit
cmdline-tools/bin/sdkmanager --sdk_root=${SDK_DIR} --update
cmdline-tools/bin/sdkmanager --sdk_root=${HOME}/android-sdk "ndk;21.0.6113669"
cmdline-tools/bin/sdkmanager --sdk_root=${HOME}/android-sdk "ndk;26.1.10909125"
cmdline-tools/bin/sdkmanager --sdk_root=${HOME}/android-sdk "build-tools;${BUILD_TOOLS_VERSION}"
cmdline-tools/bin/sdkmanager --sdk_root=${HOME}/android-sdk "platforms;android-${PLATFORM_VERSION}"
)

0 comments on commit c5ff139

Please sign in to comment.