Skip to content

Commit 3ae81b8

Browse files
authored
update universal android debloater to 1.2.0 (#1174)
1 parent 16c80d1 commit 3ae81b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/tabs/applications-setup/android-debloat.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ install_adb() {
3434
install_universal_android_debloater() {
3535
if ! command_exists uad; then
3636
printf "%b\n" "${YELLOW}Installing Universal Android Debloater...${RC}."
37-
curl -sSLo "${HOME}/uad" "https://github.com/Universal-Debloater-Alliance/universal-android-debloater-next-generation/releases/download/v1.1.2/uad-ng-linux"
37+
curl -sSLo "${HOME}/uad" "https://github.com/Universal-Debloater-Alliance/universal-android-debloater-next-generation/releases/download/v1.2.0/uad-ng-linux"
3838
"$ESCALATION_TOOL" chmod +x "${HOME}/uad"
3939
"$ESCALATION_TOOL" mv "${HOME}/uad" /usr/local/bin/uad
4040
else

0 commit comments

Comments
 (0)