Skip to content

Instantly share code, notes, and snippets.

@topjohnwu
topjohnwu / update_xposed.sh
Last active March 9, 2023 19:03
The script for updating all Systemless Xposed Modules
# /usr/bin/env bash
oxver=89 # The original version on official server
xver=89.3 # Our own version
xcode=8930 # Our own version code for Magisk module
progress() {
echo -e "\n\033[44m${1}\033[0m\n"
}