Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
blogwy committed Oct 2, 2022
1 parent bb95fb2 commit 92f74ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export ANDROID_SDK_TOOLS_BINARIES_URL=https://ghproxy.com/https://github.com/blo

## Custom Android SDK Tools Version

By default, the version downloaded by Android SDK Tools comes from the binary-release-tag value in the package.json file, of course you can customize。set the `ANDROID_SDK_TOOLS_BINARIES_RELEASE` environment variable. however, since it is downloaded from GitHub Release, the custom ANDROID_SDK_TOOLS_BINARIES_RELEASE value must be the existing tag name of GitHub Release
By default, the version downloaded by Android SDK Tools comes from the binary-release-tag value in the package.json file, of course you can customize。set the `ANDROID_SDK_TOOLS_BINARIES_RELEASE` environment variable. however, since it is downloaded from GitHub Release, the custom ANDROID_SDK_TOOLS_BINARIES_RELEASE value must be the existing tag name of [GitHub Release](https://github.com/blogwy/android-sdk-tools-installer/releases)

```shell
export ANDROID_SDK_TOOLS_BINARIES_RELEASE=33.0.3
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "android-sdk-tools-installer",
"version": "1.0.0",
"version": "1.0.1",
"description": "android sdk tools binaries for Mac OSX and Linux and Windows",
"main": "index.js",
"files": [
Expand Down

0 comments on commit 92f74ae

Please sign in to comment.