- In the top-level gradle.properties file, update the
VERSION_NAMEproperty. - Update README.md with new version numbers.
- Update CHANGES.md with change log.
- Tag with new version number (ensuring that the tag is prefixed with a
v). - Create a new release on Github (the fetch job can handle this and the following step automatically)
- Add the
libwebrtc.aar,libwebrtc_prefixed.aar, andlibwebrtc_prefixed_stripped.aarfiles to the release. - Rerun the associated release github action.