Skip to content
This repository has been archived by the owner on Dec 20, 2024. It is now read-only.

Commit

Permalink
Updated repository URL
Browse files Browse the repository at this point in the history
  • Loading branch information
itsaky committed Oct 21, 2022
1 parent 77ad0f4 commit aa5e164
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,19 @@
"android_sdk": {
"_33_0_1": {
"aarch64": {
"sdk": "https://github.com/AndroidIDEOfficial/androidide-build-tools/releases/download/v33.0.1/android-sdk-33.0.1-aarch64.tar.xz"
"sdk": "https://github.com/AndroidIDEOfficial/androidide-tools/releases/download/v33.0.1/android-sdk-33.0.1-aarch64.tar.xz"
},

"arm": {
"sdk": "https://github.com/AndroidIDEOfficial/androidide-build-tools/releases/download/v33.0.1/android-sdk-33.0.1-arm.tar.xz"
"sdk": "https://github.com/AndroidIDEOfficial/androidide-tools/releases/download/v33.0.1/android-sdk-33.0.1-arm.tar.xz"
}
},

"cmdline_tools": "https://github.com/AndroidIDEOfficial/androidide-build-tools/releases/download/v33.0.1/cmdline-tools-all.tar.xz"
"cmdline_tools": "https://github.com/AndroidIDEOfficial/androidide-tools/releases/download/v33.0.1/cmdline-tools-all.tar.xz"
},

"jdk_11": {
"aarch64": "https://github.com/AndroidIDEOfficial/androidide-build-tools/releases/download/jdk-11/jdk11-aarch64.tar.xz",
"arm": "https://github.com/AndroidIDEOfficial/androidide-build-tools/releases/download/jdk-11/jdk11-arm.tar.xz"
"aarch64": "https://github.com/AndroidIDEOfficial/androidide-tools/releases/download/jdk-11/jdk11-aarch64.tar.xz",
"arm": "https://github.com/AndroidIDEOfficial/androidide-tools/releases/download/jdk-11/jdk11-arm.tar.xz"
}
}
4 changes: 2 additions & 2 deletions scripts/idesetup
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ print_help() {
echo "-s Android SDK version to download."
echo "-c Download Android SDK with command line tools."
echo "-j Choose whether to install JDK 11 or JDK 17. Please note that JDK 17 must be preferred. This option will be removed in future."
echo "-m Manifest file URL. Defaults to 'manifest.json' in 'androidide-build-tools' GitHub repository."
echo "-m Manifest file URL. Defaults to 'manifest.json' in 'androidide-tools' GitHub repository."
echo ""
echo "For testing purposes:"
echo "-a CPU architecture. Extracted using 'uname -m' by default."
Expand Down Expand Up @@ -111,7 +111,7 @@ install_dir=$HOME
sdk_version=33.0.1
with_cmdline=false
jdk_version=17
manifest="https://raw.githubusercontent.com/AndroidIDEOfficial/androidide-build-tools/main/manifest.json"
manifest="https://raw.githubusercontent.com/AndroidIDEOfficial/androidide-tools/main/manifest.json"
pkgm="pkg"
pkg_curl="libcurl"

Expand Down

0 comments on commit aa5e164

Please sign in to comment.