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

Commit aa5e164

Browse files
committed
Updated repository URL
1 parent 77ad0f4 commit aa5e164

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

manifest.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,19 @@
22
"android_sdk": {
33
"_33_0_1": {
44
"aarch64": {
5-
"sdk": "https://github.com/AndroidIDEOfficial/androidide-build-tools/releases/download/v33.0.1/android-sdk-33.0.1-aarch64.tar.xz"
5+
"sdk": "https://github.com/AndroidIDEOfficial/androidide-tools/releases/download/v33.0.1/android-sdk-33.0.1-aarch64.tar.xz"
66
},
77

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

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

1616
"jdk_11": {
17-
"aarch64": "https://github.com/AndroidIDEOfficial/androidide-build-tools/releases/download/jdk-11/jdk11-aarch64.tar.xz",
18-
"arm": "https://github.com/AndroidIDEOfficial/androidide-build-tools/releases/download/jdk-11/jdk11-arm.tar.xz"
17+
"aarch64": "https://github.com/AndroidIDEOfficial/androidide-tools/releases/download/jdk-11/jdk11-aarch64.tar.xz",
18+
"arm": "https://github.com/AndroidIDEOfficial/androidide-tools/releases/download/jdk-11/jdk11-arm.tar.xz"
1919
}
2020
}

scripts/idesetup

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ print_help() {
3939
echo "-s Android SDK version to download."
4040
echo "-c Download Android SDK with command line tools."
4141
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."
42-
echo "-m Manifest file URL. Defaults to 'manifest.json' in 'androidide-build-tools' GitHub repository."
42+
echo "-m Manifest file URL. Defaults to 'manifest.json' in 'androidide-tools' GitHub repository."
4343
echo ""
4444
echo "For testing purposes:"
4545
echo "-a CPU architecture. Extracted using 'uname -m' by default."
@@ -111,7 +111,7 @@ install_dir=$HOME
111111
sdk_version=33.0.1
112112
with_cmdline=false
113113
jdk_version=17
114-
manifest="https://raw.githubusercontent.com/AndroidIDEOfficial/androidide-build-tools/main/manifest.json"
114+
manifest="https://raw.githubusercontent.com/AndroidIDEOfficial/androidide-tools/main/manifest.json"
115115
pkgm="pkg"
116116
pkg_curl="libcurl"
117117

0 commit comments

Comments
 (0)