This PR updates the readme to provide sample code for both cases to setup GitHub Packages repository: either in the root build.gradle or in the settings.gradle file.
It also make it clear that library desugaring should be enable even if the min SDK version is 24+.
Changes made
Self-explanatory.
Checklist
[x] Your branch has been rebased onto the main branch.
[ ] APIs have been properly documented (if relevant).
[x] The documentation has been updated (if relevant).
[ ] New unit tests have been written (if relevant).
Pull request
Description
This PR updates the readme to provide sample code for both cases to setup GitHub Packages repository: either in the root
build.gradle
or in thesettings.gradle
file. It also make it clear that library desugaring should be enable even if the min SDK version is 24+.Changes made
Checklist
main
branch.