xdroid is an AOSP-based custom Android ROM which is focusing on simple and minimalism while keeping the smoothness and optimization provided by AOSP
- xdroidOSS 14.0 [STAGING]
repo init -u https://github.com/xdroid-oss/xd_manifest -b fourteen --git-lfs
repo sync -c -j$(nproc --all) --force-sync --no-clone-bundle --no-tags
- xdroidOSS 13.0 [EOL]
repo init -u https://github.com/xdroid-oss/xd_manifest -b thirteen
repo sync -c -j$(nproc --all) --force-sync --no-clone-bundle --no-tags
- xdroidOSS 12.1 [READY]
repo init -u https://github.com/xdroid-oss/xd_manifest -b twelve
repo sync -c -j$(nproc --all) --force-sync --no-clone-bundle --no-tags