jim
12/22/2020, 3:15 PMandroidx-master-dev
to androidx-main
. You will need to check out the new branch if you're building at home and/or just watching the repository for interest. If you are contributing, changes should please be sent to the androidx-main
branch instead of the old branch.shikasd
12/22/2020, 6:31 PMHEAD:refs/for/androidx-main
as well?jim
12/22/2020, 6:33 PMshikasd
12/22/2020, 6:40 PMjim
12/22/2020, 6:40 PMandroidx-master-dev
changeshikasd
12/22/2020, 6:48 PMrepo sync
still switches to the androidx-master-dev
, not sure that is expected as well :)jim
12/22/2020, 6:49 PMmkdir androidx-main && cd androidx-main
repo init -u <https://android.googlesource.com/platform/manifest> \
-b androidx-main --partial-clone --clone-filter=blob:limit=10M
repo sync -c -j8
curioustechizen
12/22/2020, 7:17 PM