Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/docker-android-sdk/android-31.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorppoffice <ppoffice@users.noreply.github.com>2022-02-09 17:09:55 +0300
committerppoffice <ppoffice@users.noreply.github.com>2022-02-09 17:09:55 +0300
commit0dbc753d988763637bd7b218ff04de1a6d92609f (patch)
tree28445141150ecd1ac0c03d7803a508193c0504fe /tools
parentcd3131fe1379fb6e7cba6d724c2ac3e2e186cabd (diff)
update to android sdk 31HEADmaster
Diffstat (limited to 'tools')
-rw-r--r--tools/android-env.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/android-env.sh b/tools/android-env.sh
index 6518535..34ceebe 100644
--- a/tools/android-env.sh
+++ b/tools/android-env.sh
@@ -8,7 +8,7 @@ export ANDROID_SDK=${ANDROID_HOME}
export PATH=${PATH}:${ANDROID_HOME}/cmdline-tools/latest/bin
export PATH=${PATH}:${ANDROID_HOME}/cmdline-tools/tools/bin
export PATH=${PATH}:${ANDROID_HOME}/tools/bin
-export PATH=${PATH}:${ANDROID_HOME}/build-tools/30.0.2
+export PATH=${PATH}:${ANDROID_HOME}/build-tools/32.0.0
export PATH=${PATH}:${ANDROID_HOME}/platform-tools
export PATH=${PATH}:${ANDROID_HOME}/emulator
export PATH=${PATH}:${ANDROID_HOME}/bin