Skip to content

Commit

Permalink
Merge pull request akhilnarang#172 from xstefen/master
Browse files Browse the repository at this point in the history
setup/install_android_sdk: update packages and sync with upstream
  • Loading branch information
akhilnarang authored Jan 10, 2022
2 parents 3a91c56 + e366973 commit 0c08d37
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions setup/android-sdk-minimal.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
build-tools;30.0.3
build-tools;31.0.0-rc2
cmake;3.10.2.4988404
ndk;22.1.7171670
build-tools;31.0.0
build-tools;32.0.0
cmake;3.18.1
ndk;23.1.7779620
platform-tools
tools
platforms;android-30
platforms;android-S
platforms;android-31
platforms;android-32
2 changes: 1 addition & 1 deletion setup/install_android_sdk.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ trap 'rm -rf /tmp/tools.zip 2>/dev/null' INT TERM EXIT

CUR_DIR="$(cd "$(dirname "$(readlink -f "${BASH_SOURCE[0]}")")" && pwd)"
CUR_DIR="${CUR_DIR/setup/}"
SDK_TOOLS=commandlinetools-linux-6858069_latest.zip
SDK_TOOLS=commandlinetools-linux-7583922_latest.zip

function setup_android_sdk() {
echo "Installing Android SDK"
Expand Down

0 comments on commit 0c08d37

Please sign in to comment.